Load org-roam after org-mode
Fix https://github.com/hlissner/doom-emacs/issues/2846
This commit is contained in:
parent
8d77518710
commit
82312ac9aa
1 changed files with 1 additions and 10 deletions
|
@ -2,16 +2,7 @@
|
||||||
;;;###if (featurep! +roam)
|
;;;###if (featurep! +roam)
|
||||||
|
|
||||||
(use-package! org-roam
|
(use-package! org-roam
|
||||||
:commands (org-roam
|
:after org
|
||||||
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)
|
|
||||||
:preface
|
:preface
|
||||||
;; Set this to nil so we can later detect whether the user has set a custom
|
;; 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.
|
;; directory for it, and default to `org-directory' if they haven't.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue