From 49e63723a9e2160584eabf2d16eecbe08509cbd0 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 3 Oct 2022 16:34:03 +0200 Subject: [PATCH] Show all habits in org-agenda --- config.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.org b/config.org index c1d2f2c..a765c05 100644 --- a/config.org +++ b/config.org @@ -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