Load org-checklist
This allows me to use checklists in repeating tasks by resetting them after every switch to “DONE”.
This commit is contained in:
parent
c4f3f39ca9
commit
f234c05559
1 changed files with 2 additions and 1 deletions
|
@ -24,8 +24,9 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(require 'org-habit)
|
(require 'org-checklist)
|
||||||
(require 'org-crypt)
|
(require 'org-crypt)
|
||||||
|
(require 'org-habit)
|
||||||
(require 'subr-x)
|
(require 'subr-x)
|
||||||
|
|
||||||
(eval-when-compile
|
(eval-when-compile
|
||||||
|
|
Loading…
Reference in a new issue