aboutsummaryrefslogtreecommitdiffstats
path: root/doom.d/config.el
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d/config.el')
-rw-r--r--doom.d/config.el2
1 files changed, 1 insertions, 1 deletions
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)