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