[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:
Lucien Cartier-Tilet 2021-10-29 17:08:20 +02:00
parent f49266cc3b
commit a40df02284
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 2 deletions

View File

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