From c4529a0c52e90aba24eab37bc824d06affba85c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Tue, 17 May 2022 17:42:29 +0200 Subject: reference management --- config/doom/config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3