From 9341b7c37fa55f220d25daf739e4c4c3cf6f53d8 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 16 Nov 2022 08:16:01 +0000 Subject: added org-habits module to the correct place in config --- doom.d/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom.d/config.el b/doom.d/config.el index 12b51f2..87de480 100644 --- a/doom.d/config.el +++ b/doom.d/config.el @@ -104,9 +104,9 @@ matt@matthewlemon.com") ;; If you use `org' and don't want your org files in the default location below, ;; change `org-directory'. It must be set before org loads! (setq org-directory "~/org/") +(add-to-list 'org-modules 'org-habit) (after! org - (setq org-modules '(org-habit ol-bibtex)) (evil-set-initial-state 'org-capture-mode 'insert) ;; from https://www.reddit.com/r/emacs/comments/hzkyrb/org_capture_evil_go_into_insert_mode/ (setq org-directory "~/org/") (setq org-startup-indented nil) -- cgit v1.2.3