Show all habits in org-agenda

This commit is contained in:
Antoine Martin 2022-10-03 16:34:03 +02:00
parent e7e17f8877
commit 49e63723a9

View file

@ -425,6 +425,8 @@ Let's enable the =org-habit= module:
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(add-to-list 'org-modules 'org-habit) (add-to-list 'org-modules 'org-habit)
(after! org-agenda
(setq org-habit-show-all-today t))
#+END_SRC #+END_SRC
*** Save all org buffers shortcut *** Save all org buffers shortcut