aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-05-28 07:59:20 -0700
committerGravatar Tom Willemse2019-05-28 07:59:20 -0700
commit7b4c4711101126832bf29a06e358b24dae5c3702 (patch)
tree2273121b1a67fccda01a06dfceb4eb650d28bdf9 /oni-org.el
parentba82b2a87d61b0440688c235883b307efd3409ff (diff)
downloademacs-config-7b4c4711101126832bf29a06e358b24dae5c3702.tar.gz
emacs-config-7b4c4711101126832bf29a06e358b24dae5c3702.zip
Add ‘org-tempo’ as a module for ‘org-mode’
Diffstat (limited to 'oni-org.el')
-rw-r--r--oni-org.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-org.el b/oni-org.el
index 04fc41d..d14f5a2 100644
--- a/oni-org.el
+++ b/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190430175740
+;; Version: 20190528075843
;; Package-Requires: (org-plus-contrib org-bullets hydra org-wild-notifier)
;; This program is free software; you can redistribute it and/or modify
@@ -141,6 +141,7 @@ ones that have a predecessor."
"|" "DONE(d!)" "CANCELLED(c@)")))
(add-to-list 'org-modules 'org-habit)
+(add-to-list 'org-modules 'org-tempo)
(add-hook 'org-mode-hook 'auto-fill-mode)