Color cross-refs
This commit is contained in:
5
main.org
5
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user