Add ‘org-tempo’ as a module for ‘org-mode’
This commit is contained in:
parent
ba82b2a87d
commit
7b4c471110
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 20190430175740
|
;; Version: 20190528075843
|
||||||
;; Package-Requires: (org-plus-contrib org-bullets hydra org-wild-notifier)
|
;; Package-Requires: (org-plus-contrib org-bullets hydra org-wild-notifier)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; 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@)")))
|
"|" "DONE(d!)" "CANCELLED(c@)")))
|
||||||
|
|
||||||
(add-to-list 'org-modules 'org-habit)
|
(add-to-list 'org-modules 'org-habit)
|
||||||
|
(add-to-list 'org-modules 'org-tempo)
|
||||||
|
|
||||||
(add-hook 'org-mode-hook 'auto-fill-mode)
|
(add-hook 'org-mode-hook 'auto-fill-mode)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue