From b4d2bb3df85a5c09192425d3837e9ae43fcf8c55 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sun, 25 Mar 2018 17:19:30 -0400 Subject: [PATCH] Bubble up qml-mode --- global.org | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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