[emacs] Move org-habit to a regular use-package!

This commit is contained in:
Sebastian Schulze 2023-09-12 10:41:56 +02:00
parent 8b386d942d
commit 8e96c24c7a
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
2 changed files with 8 additions and 5 deletions

View File

@ -383,6 +383,14 @@
"---\ntitle: ${title}\nid: %<%Y-%m-%dT%H%M%S>\ncategory: \n---\n")
:unnarrowed t)))
(use-package! org-habit
:init
(setq
org-habit-graph-column 1
org-habit-preceding-days 10
org-habit-following-days 1
org-habit-show-habits-only-for-today nil))
(use-package! org-roam
:init
(setq org-roam-directory (file-truename "~/WirZwei/Zettelkasten")

View File

@ -28,8 +28,3 @@
(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))