From 0c7281e8c6c5e8869a88235a13853afba7bc5703 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 30 Mar 2015 01:43:11 -0400 Subject: Make bibtex-clean-entry do more --- lisp/init-bib.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/init-bib.el') diff --git a/lisp/init-bib.el b/lisp/init-bib.el index f32a4d7..55d433b 100644 --- a/lisp/init-bib.el +++ b/lisp/init-bib.el @@ -10,7 +10,8 @@ (after 'bibtex (setq bibtex-entry-format - (append '(realign sort-fields) bibtex-entry-format))) + (append '(realign whitespace last-comma delimiters sort-fields) + bibtex-entry-format))) (add-hook 'bibtex-clean-entry-hook 'km/bibtex-use-title-case) -- cgit v1.2.3