Color cross-refs

This commit is contained in:
2025-09-11 16:56:36 -04:00
parent e0d77de442
commit 4313ddd4e8

View File

@@ -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