diff options
Diffstat (limited to 'config/doom')
-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 |