Add qtoot to config

master
Hugo Thunnissen 2 years ago
parent c9ba9cc562
commit 6ce756735d

@ -131,6 +131,10 @@
(setq flycheck-emacs-lisp-load-path 'inherit)
(add-to-list 'load-path "~/projects/phpinspect.el")
(add-to-list 'load-path "~/projects/qtoot")
(when (require 'qtoot nil 'noerror)
(setq qtoot-enable-drafts t))
;; END GLOBAL MODES

Loading…
Cancel
Save