add org-roam
This commit is contained in:
parent
b3eb87f5ac
commit
46a97e6543
@ -133,6 +133,13 @@
|
|||||||
(setq org-wild-notifier-alert-time '(10 0))
|
(setq org-wild-notifier-alert-time '(10 0))
|
||||||
(setq org-wild-notifier-keyword-whitelist nil))
|
(setq org-wild-notifier-keyword-whitelist nil))
|
||||||
(setq org-wild-notifier-keyword-blacklist '("DONE"))
|
(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 ...
|
;;; end of (!after org ...
|
||||||
|
|
||||||
|
@ -156,6 +156,7 @@
|
|||||||
(org
|
(org
|
||||||
+journal
|
+journal
|
||||||
+habit
|
+habit
|
||||||
|
+roam2
|
||||||
) ; organize your plain life in plain text
|
) ; organize your plain life in plain text
|
||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
|
Loading…
Reference in New Issue
Block a user