diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-05-17 17:42:29 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-05-17 17:42:29 +0200 |
commit | c4529a0c52e90aba24eab37bc824d06affba85c2 (patch) | |
tree | 30d80173f10cddc60027dc8340f5912aca9e6b87 /config | |
parent | bc6c85e6738d94a553bec8e6d7f8283be30a4b46 (diff) | |
download | dotfiles-c4529a0c52e90aba24eab37bc824d06affba85c2.tar.gz dotfiles-c4529a0c52e90aba24eab37bc824d06affba85c2.tar.bz2 dotfiles-c4529a0c52e90aba24eab37bc824d06affba85c2.zip |
reference management
Diffstat (limited to 'config')
-rw-r--r-- | config/doom/config.org | 3 |
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 |