summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-02-16 21:18:06 +0100
committerfpi2020-02-23 18:07:15 +0100
commit68ab5bca0fad7a51af7a000b25a88e68d8e97ec3 (patch)
tree3925e95a9052f173e591601793f9f6ca0cc11707 /emacs-init.org
parentSetup bibtex environment to use BibTeX on startup (diff)
Update bibliography locations to be more general
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 8442edd..af28d6b 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -1994,9 +1994,9 @@ A small function to toggle the encryption state of the current entry.
(use-package org-ref
:ensure t
:custom
- (org-ref-bibliography-notes "~/s/ma/notes.org")
- (org-ref-default-bibliography '("~/s/ma/ma.bib"))
- (org-ref-pdf-directory "~/s/ma/lit/")
+ (org-ref-bibliography-notes "~/git/projects/personal/bib.org")
+ (org-ref-default-bibliography '("~/git/projects/personal/bib.bib"))
+ (org-ref-pdf-directory "~/git/projects/personal/Lit/")
:config
(bibtex-set-dialect 'BibTeX))
#+end_src