diff --git a/main.org b/main.org index 0f384a5..f124740 100644 --- a/main.org +++ b/main.org @@ -477,6 +477,7 @@ updating our bibliography. :bind* ("C-c ]" . org-ref-insert-link) :config + (custom-set-faces '(org-ref-ref-face ((t (:inherit org-link :foreground "linkColor"))))) (setq org-bib-dir (concat document-dir "/Bibliography")) (setq org-bib-file (concat org-bib-dir "/references.bib")) ;; Where should PDFs be stored @@ -709,8 +710,8 @@ taking package. #+begin_src elisp :tangle yes :exports code (leaf org-roam-bibtex :ensure t - :after org-roam org-ref - :require t + :after org-roam + :require t org-ref :hook (after-init-hook . org-roam-bibtex-mode)) #+end_src