From 7b4c4711101126832bf29a06e358b24dae5c3702 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 28 May 2019 07:59:20 -0700 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98org-tempo=E2=80=99=20as=20a=20mo?= =?UTF-8?q?dule=20for=20=E2=80=98org-mode=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ;; 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)