aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/doom/config.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/doom/config.org b/config/doom/config.org
index aaa3603..8ec9948 100644
--- a/config/doom/config.org
+++ b/config/doom/config.org
@@ -155,6 +155,7 @@ this new window.
#+begin_src emacs-lisp
(use-package! helm-bibtex
:commands helm-bibtex
+ :after org
:init
(setq bibtex-completion-bibliography (expand-file-name "biblio.bib" org-directory)
bibtex-completion-pdf-field "file"
@@ -171,7 +172,7 @@ this new window.
(helm-add-action-to-source "Edit notes with PDF" 'helm-bibtex-open-notes-and-pdf helm-source-bibtex 1))
(use-package! org-ref
- :after org)
+ :after helm-bibtex)
#+end_src
** Letters
#+BEGIN_SRC emacs-lisp