Commit c9a8d06e3516

Vincent Demeester <vincent@sbr.pm>
2025-06-07 12:19:43
tools/emacs/mini: configure org-habit
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent fab9002
Changed files (1)
tools
emacs
tools/emacs/mini/init.el
@@ -1124,6 +1124,12 @@
   (add-hook 'org-capture-after-finalize-hook #'vde/window-delete-popup-frame)
   :bind (("C-c o c" . org-capture)))
 
+(use-package org-habit
+  :after org
+  :custom
+  (org-habit-show-habits-only-for-today nil)
+  (org-habit-graph-column 80))
+
 (use-package denote
   :commands (denote)
   :bind (("C-c n c" . denote-region)