Add config for qml mode
This commit is contained in:
parent
b227216e8d
commit
e9d1a3ad96
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user