[emacs] Fix org-habit display

This commit is contained in:
Sebastian Schulze 2023-08-08 21:35:19 +02:00
parent 51e93db265
commit c194266989
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 6 additions and 0 deletions

View File

@ -26,3 +26,9 @@
(package! salt-mode)
(package! ob-grpc :recipe
(:host github :repo "shsms/ob-grpc")))
(after! org-habit
(org-habit-graph-column 1)
(org-habit-preceding-days 10)
(org-habit-following-days 1)
(org-habit-show-habits-only-for-today nil))