add org-roam

This commit is contained in:
cho
2023-08-04 22:32:05 +07:00
parent b3eb87f5ac
commit 46a97e6543
2 changed files with 8 additions and 0 deletions

View File

@ -133,6 +133,13 @@
(setq org-wild-notifier-alert-time '(10 0))
(setq org-wild-notifier-keyword-whitelist nil))
(setq org-wild-notifier-keyword-blacklist '("DONE"))
(use-package! org-roam
:ensure t
:custom
(setq org-roam-directory "~/notebook/roam/")
:config
(org-roam-setup))
)
;;; end of (!after org ...