From 82312ac9aa116dc3492cc5e34a6f89c51c95c92f Mon Sep 17 00:00:00 2001 From: James Ravn Date: Wed, 8 Apr 2020 13:10:17 +0100 Subject: [PATCH] Load org-roam after org-mode Fix https://github.com/hlissner/doom-emacs/issues/2846 --- modules/lang/org/contrib/roam.el | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/modules/lang/org/contrib/roam.el b/modules/lang/org/contrib/roam.el index 5fb55a917..bf16eb894 100644 --- a/modules/lang/org/contrib/roam.el +++ b/modules/lang/org/contrib/roam.el @@ -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.