Color cross-refs
This commit is contained in:
5
main.org
5
main.org
@@ -477,6 +477,7 @@ updating our bibliography.
|
|||||||
:bind*
|
:bind*
|
||||||
("C-c ]" . org-ref-insert-link)
|
("C-c ]" . org-ref-insert-link)
|
||||||
:config
|
: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-dir (concat document-dir "/Bibliography"))
|
||||||
(setq org-bib-file (concat org-bib-dir "/references.bib"))
|
(setq org-bib-file (concat org-bib-dir "/references.bib"))
|
||||||
;; Where should PDFs be stored
|
;; Where should PDFs be stored
|
||||||
@@ -709,8 +710,8 @@ taking package.
|
|||||||
|
|
||||||
#+begin_src elisp :tangle yes :exports code
|
#+begin_src elisp :tangle yes :exports code
|
||||||
(leaf org-roam-bibtex :ensure t
|
(leaf org-roam-bibtex :ensure t
|
||||||
:after org-roam org-ref
|
:after org-roam
|
||||||
:require t
|
:require t org-ref
|
||||||
:hook (after-init-hook . org-roam-bibtex-mode))
|
:hook (after-init-hook . org-roam-bibtex-mode))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user