From 89d694792680cfad4e7dad5bf1a7bbe8eabe83b9 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 3 Sep 2019 11:48:40 +0100 Subject: [PATCH] dot/emacs: Sort fields and add braces as necessary in BibTeX records. --- dot/emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index 3f8b68e..2cb6100 100644 --- a/dot/emacs +++ b/dot/emacs @@ -1036,7 +1036,7 @@ bibtex-align-at-equal-sign t bibtex-entry-format '(realign opts-or-alts required-fields numerical-fields last-comma delimiters - unify-case) + unify-case sort-fields braces) bibtex-include-OPTkey t) ;;;-------------------------------------------------------------------------- -- 2.11.0