commit 878a5dbf1663a73d0ce7581580b35f66224a2c41 parent fbd18c4f0891826184fc4f6f3f39ca3050736580 Author: Yuval Langer <yuval.langer@gmail.com> Date: Sat, 26 Aug 2017 22:08:17 +0300 Separate setq for each variable. Diffstat:
M | myinit.org | | | 15 | ++++++++------- |
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/myinit.org b/myinit.org @@ -306,13 +306,14 @@ Brings up some help in the middle of a key sequence. :config ;; The following is from the README.org ;; https://github.com/jkitchin/org-ref/blob/master/README.org - (setq reftex-default-bibliography '("~/ownCloud/bibliography/references.bib") - org-ref-bibliography-notes "~/ownCloud/bibliography/notes.org" - org-ref-default-bibliography '("~/ownCloud/bibliography/references.bib") - org-ref-pdf-directory "~/ownCloud/bibliography/bibtex-pdfs/" - bibtex-completion-bibliography "~/ownCloud/bibliography/references.bib" - bibtex-completion-library-path "~/ownCloud/bibliography/bibtex-pdfs" - bibtex-completion-notes-path "~/ownCloud/bibliography/helm-bibtex-notes")) + (setq reftex-default-bibliography '("~/ownCloud/bibliography/references.bib")) + (setq org-ref-bibliography-notes "~/ownCloud/bibliography/notes.org") + (setq org-ref-default-bibliography '("~/ownCloud/bibliography/references.bib")) + (setq org-ref-pdf-directory "~/ownCloud/bibliography/bibtex-pdfs/") + (setq bibtex-completion-bibliography "~/ownCloud/bibliography/references.bib") + (setq bibtex-completion-library-path "~/ownCloud/bibliography/bibtex-pdfs") + (setq bibtex-completion-notes-path "~/ownCloud/bibliography/helm-bibtex-notes") + ) #+END_SRC *** org-bullets