Merge pull request #2847 from jsravn/load-org-roam-on-org-mode
Load org-roam after org-mode
This commit is contained in:
commit
8d6afc7e7d
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
||||||
;;;###if (featurep! +roam)
|
;;;###if (featurep! +roam)
|
||||||
|
|
||||||
(use-package! org-roam
|
(use-package! org-roam
|
||||||
|
:hook (org-load . org-roam-mode)
|
||||||
:commands (org-roam
|
:commands (org-roam
|
||||||
org-roam-capture
|
org-roam-capture
|
||||||
org-roam-date
|
org-roam-date
|
||||||
|
@ -33,8 +34,7 @@
|
||||||
:desc "Yesterday" "y" #'org-roam-yesterday))
|
:desc "Yesterday" "y" #'org-roam-yesterday))
|
||||||
:config
|
:config
|
||||||
(unless org-roam-directory
|
(unless org-roam-directory
|
||||||
(setq org-roam-directory org-directory))
|
(setq org-roam-directory org-directory)))
|
||||||
(org-roam-mode +1))
|
|
||||||
|
|
||||||
|
|
||||||
;; Since the org module lazy loads org-protocol (waits until an org URL is
|
;; Since the org module lazy loads org-protocol (waits until an org URL is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue