dot/emacs: Configure BibTeX record key generation.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 3 Sep 2019 10:51:20 +0000 (11:51 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 3 Sep 2019 10:51:20 +0000 (11:51 +0100)
dot/emacs

index 89e9cf0..dc25a4c 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
                            unify-case sort-fields braces)
       bibtex-sort-ignore-string-entries nil
       bibtex-maintain-sorted-entries 'entry-class
-      bibtex-include-OPTkey t)
+      bibtex-include-OPTkey t
+      bibtex-autokey-names-stretch 1
+      bibtex-autokey-expand-strings t
+      bibtex-autokey-name-separator "-"
+      bibtex-autokey-year-length 4
+      bibtex-autokey-titleword-separator "-"
+      bibtex-autokey-name-year-separator "-"
+      bibtex-autokey-year-title-separator ":")
 
 ;;;--------------------------------------------------------------------------
 ;;; SLIME setup.