commit fbd18c4f0891826184fc4f6f3f39ca3050736580 parent ebf27a3fee5cd3356977adf09c1ec4bc0c729ebb Author: Yuval Langer <yuval.langer@gmail.com> Date: Sat, 26 Aug 2017 21:08:10 +0300 Reactivate org-ref-mode. I will need that. Diffstat:
M | myinit.org | | | 26 | +++++++++++++------------- |
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/myinit.org b/myinit.org @@ -300,19 +300,19 @@ Brings up some help in the middle of a key sequence. *** org-ref #+BEGIN_SRC emacs-lisp - '(req-package org-ref - :loader :elpa - - :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")) + (req-package org-ref + :loader :elpa + + :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")) #+END_SRC *** org-bullets