From a4c432f511362172febf0a3d153be7f1fa41a96d Mon Sep 17 00:00:00 2001 From: Correl Date: Fri, 28 Oct 2022 23:50:24 -0400 Subject: [PATCH] [emacs] Fix org roam export configuration Moving from :config to :init means the hook won't be added until the package is actually loaded, i.e. after org-roam. --- .doom.d/config.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.doom.d/config.org b/.doom.d/config.org index 53aca67..c7bc4f9 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -4,9 +4,9 @@ * Look And Feel ** Theme -I'm feeling the gruvbox theme lately. +I'm feeling the shades of purple theme lately. #+begin_src emacs-lisp - (setq doom-theme 'doom-laserwave) + (setq doom-theme 'doom-shades-of-purple) #+end_src ** Default font #+begin_src emacs-lisp @@ -898,7 +898,7 @@ https://orgroam.com #+begin_src emacs-lisp (use-package! org-roam-export :after org-roam - :config + :init (add-hook 'org-export-before-processing-hook #'org-roam-export-preprocessor)) #+end_src **** Org Roam Bibtex