From d22237f3f6529a73251d9fb6f5264b588785e339 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 12 May 2020 10:48:34 +0200 Subject: [PATCH] Enable org-habit explicitly Following hlissner/doom-emacs@129eebc --- config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.org b/config.org index d9b5b62..056d397 100644 --- a/config.org +++ b/config.org @@ -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