diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-03-30 01:43:11 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-03-30 01:43:22 -0400 |
commit | 0c7281e8c6c5e8869a88235a13853afba7bc5703 (patch) | |
tree | 5da0327680101542d45111bff17a2ba231f80645 /lisp | |
parent | 95fe32b0f8dd3c0f5394c484cfb62ef7e026c489 (diff) | |
download | emacs.d-0c7281e8c6c5e8869a88235a13853afba7bc5703.tar.gz |
Make bibtex-clean-entry do more
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-bib.el | 3 |
1 files changed, 2 insertions, 1 deletions
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) |