diff options
author | fpi | 2020-02-15 17:25:41 +0100 |
---|---|---|
committer | fpi | 2020-02-23 18:07:15 +0100 |
commit | 914e49c2a4630e09c6b0dee67ec4169456468ae9 (patch) | |
tree | 89f993b11e0f1bf8c4d3a54cf71414c5b6128574 | |
parent | Use eshell instead of shell as my popup shell (diff) |
Setup bibtex environment to use BibTeX on startup
-rw-r--r-- | emacs-init.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index 4c9b3be..8442edd 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -1996,7 +1996,9 @@ A small function to toggle the encryption state of the current entry. :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-pdf-directory "~/s/ma/lit/") + :config + (bibtex-set-dialect 'BibTeX)) #+end_src I store my bibtex references in an org file together with my notes. In addition to saving the meta information in properties using the same |