summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-org.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index daaa02e..5b680e5 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -100,11 +100,11 @@
("n" "Agenda and all TODOs" ((agenda "") (alltodo "")))
;; split by state
("m" "Agenda and all TODOs split by state"
- ((agenda "") (todo "TODO") (todo "WAIT"))))))
+ ((agenda "") (todo "TODO") (todo "WAIT")))))
-;; enable template expansion when typing <s in org-mode
-(use-package org-tempo
- :after org)
+ :config
+ ;; enable template expansion when typing <s in org-mode
+ (add-to-list 'org-modules 'org-tempo t))
(use-package org-contrib
:ensure t)