diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2021-11-14 22:33:48 +0100 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2021-11-15 09:53:04 +0100 |
commit | b0760099c44299e360956f0cdac1a23650b4794d (patch) | |
tree | f0752cead0aeb9ceb272180dedbf2f75f11c68cd /config | |
parent | df0556f788ed4f4b0be02052415d5b229ebe6027 (diff) | |
download | dotfiles-b0760099c44299e360956f0cdac1a23650b4794d.tar.gz dotfiles-b0760099c44299e360956f0cdac1a23650b4794d.tar.bz2 dotfiles-b0760099c44299e360956f0cdac1a23650b4794d.zip |
org-ref uses-bibtex-completion
Diffstat (limited to 'config')
-rw-r--r-- | config/doom/config.org | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index 28747c3..2fc8b7d 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -158,9 +158,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 - :init - (setq org-ref-default-bibliography (expand-file-name "biblio.bib" org-directory) - org-ref-pdf-directory (expand-file-name "bibtex-pdf/" org-directory))) + :after org) #+end_src * Email ** Notmuch |