open qml files in qml mode

master
Jacopo De Simoi 12 years ago
parent 9131665f4c
commit 5dfc157746
  1. 3
      init.el

@ -90,7 +90,8 @@
;; KDE stuff
;;
(add-to-list 'load-path "~/kde-emacs")
(load "qml-mode.el" nil t t);
(load "qml-mode.el" nil t t)
(add-to-list 'auto-mode-alist '("\\.qml\\'" . qml-mode))
(require 'kde-emacs)
;;(setq kde-full-name "Jacopo De Simoi")
;;(setq kde-email "wilderkde@gmail.com")

Loading…
Cancel
Save