Fix habits config
This commit is contained in:
parent
ed25696aaa
commit
1645483ca2
14
config.org
14
config.org
@ -445,7 +445,19 @@
|
|||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(unless (member 'habits org-modules)
|
(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
|
#+end_src
|
||||||
|
|
||||||
* Language Integrations
|
* Language Integrations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user