Add warning about kde-emacs messing up with my menus

master
Jacopo De Simoi 8 years ago
parent 3a18a6d254
commit b3c2e67f68
  1. 10
      global.org

@ -74,7 +74,15 @@
(add-to-list 'load-path "~/kde-emacs")
(load "qml-mode.el" nil t t)
(add-to-list 'auto-mode-alist '("\\.qml\\'" . qml-mode))
(require 'kde-emacs)
#+END_SRC
Please notice that kde-emacs forces the menu to show
#+BEGIN_SRC emacs-lisp
; (require 'kde-emacs)
; (menu-bar-mode -1)
#+END_SRC
#+BEGIN_SRC emacs-lisp
;;(setq kde-full-name "Jacopo De Simoi")
;;(setq kde-email "wilderkde@gmail.com")

Loading…
Cancel
Save