From 6ce756735d8682802506d96f0e9480ac397a6337 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Sat, 14 May 2022 16:55:30 +0200 Subject: [PATCH] Add qtoot to config --- emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) 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