From 11fc748d4ce1939022c23633444c3ccf3ee59610 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 3 Sep 2019 11:51:20 +0100 Subject: [PATCH] dot/emacs: Configure BibTeX record key generation. --- dot/emacs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index 89e9cf0..dc25a4c 100644 --- a/dot/emacs +++ b/dot/emacs @@ -1039,7 +1039,14 @@ 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. -- 2.11.0