Load org-roam after org-mode

Fix https://github.com/hlissner/doom-emacs/issues/2846
This commit is contained in:
James Ravn 2020-04-08 13:10:17 +01:00
parent 8d77518710
commit 82312ac9aa
No known key found for this signature in database
GPG key ID: 52C372C72159D6EE

View file

@ -2,16 +2,7 @@
;;;###if (featurep! +roam)
(use-package! org-roam
:commands (org-roam
org-roam-capture
org-roam-date
org-roam-find-file
org-roam-graph-show
org-roam-insert
org-roam-switch-to-buffer
org-roam-today
org-roam-tomorrow
org-roam-yesterday)
:after org
:preface
;; Set this to nil so we can later detect whether the user has set a custom
;; directory for it, and default to `org-directory' if they haven't.