Bubble up qml-mode

master
Jacopo De Simoi 8 years ago
parent 76e571a55c
commit b4d2bb3df8
  1. 11
      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

Loading…
Cancel
Save