diff --git a/global.org b/global.org index 300ce30..dca1180 100644 --- a/global.org +++ b/global.org @@ -419,6 +419,12 @@ (insert (format "%S" value)))) (global-set-key (kbd "C-c C-x C-e") 'replace-last-sexp) #+END_SRC +** qml + Load ~qml-mode~ + #+BEGIN_SRC emacs-lisp + (load "qml-mode.el" nil t t) + (add-to-list 'auto-mode-alist '("\\.qml\\'" . qml-mode)) + #+END_SRC * Specialties ** flash-hline This function is defined to help in training with new keybindings. It @@ -474,11 +480,6 @@ (load "init-c++.el") (load "init-elisp.el") (load "init-kde-integration.el") - - ;; KDE stuff - - (load "qml-mode.el" nil t t) - (add-to-list 'auto-mode-alist '("\\.qml\\'" . qml-mode)) #+END_SRC ** DONE find out how kde-emacs makes “make” actually work