Show all habits in org-agenda
This commit is contained in:
parent
e7e17f8877
commit
49e63723a9
|
@ -425,6 +425,8 @@ Let's enable the =org-habit= module:
|
|||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-to-list 'org-modules 'org-habit)
|
||||
(after! org-agenda
|
||||
(setq org-habit-show-all-today t))
|
||||
#+END_SRC
|
||||
|
||||
*** Save all org buffers shortcut
|
||||
|
|
Loading…
Reference in a new issue