Fix habits config

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:36 +00:00
parent ed25696aaa
commit 1645483ca2

View File

@ -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