[Emacs] Hopefully a fix for org-ref
For some reason, Emacs stopped picking up org-ref at some point, giving me the error Symbol's value as variable is void: org-ref This commit hopefully fixes that.
This commit is contained in:
parent
f49266cc3b
commit
a40df02284
@ -3876,9 +3876,10 @@ The project is then defined like so:
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package org-ref
|
||||
:after (org ox-bibtex pdf-tools)
|
||||
;; :after (org ox-bibtex pdf-tools)
|
||||
:after org
|
||||
:defer t
|
||||
:straight (:build t)
|
||||
:demand t
|
||||
:custom-face
|
||||
(org-ref-cite-face ((t (:weight bold))))
|
||||
:init
|
||||
|
Loading…
Reference in New Issue
Block a user