From 1645483ca285cc5f8d411d83b821104730289d4c Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:36 +0000 Subject: [PATCH] Fix habits config --- config.org | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index edef0aa..45f9973 100644 --- a/config.org +++ b/config.org @@ -445,7 +445,19 @@ #+begin_src emacs-lisp (unless (member 'habits org-modules) - (add-to-list 'org-modules 'habits)) + (add-to-list 'org-modules 'org-habit) + (org-load-modules-maybe t)) + #+end_src + + The [[help:org-load-modules-maybe][org-load-modules-maybe]] call forces org to load the modules in + [[help:org-modules][org-modules]]. Not sure it's needed, but I ran into some weird issues + and I think it fixed them. + + The consistency graph is very nice but overlaps a lot of the habit + names, so I want to move it to the right a little: + + #+begin_src emacs-lisp + (setq org-habit-graph-column 42) #+end_src * Language Integrations