From e9d1a3ad96f064d835fd0b2deca7c09a46b8416b Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 1 Mar 2016 15:23:17 -0500 Subject: [PATCH] Add config for qml mode --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 51193a7..250e682 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -336,6 +336,9 @@ (lambda () (local-set-key (kbd "C-c C-c") 'python-shell-send-overlay)))) +(use-package qml-mode + :mode "\\.qml\\'") + ;;; Local Variables (add-to-list 'safe-local-eval-forms '(outline-hide-body)) ;; Local Variables: