Enable org-habit explicitly

Following hlissner/doom-emacs@129eebc
This commit is contained in:
Antoine Martin 2020-05-12 10:48:34 +02:00
parent 28d8d2b858
commit d22237f3f6

View file

@ -219,6 +219,12 @@ I also remove the block separators in the agenda view:
(setq org-agenda-block-separator ""))
#+END_SRC
Let's enable the =org-habit= module:
#+BEGIN_SRC emacs-lisp
(add-to-list 'org-modules 'org-habit)
#+END_SRC
** Org IDs
Org can link to entries using UUIDs, but we need the module to be loaded for