diff --git a/emacs/init.el b/emacs/init.el index f2bf3ce..1ec0c97 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -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