diff options
-rw-r--r-- | lisp/init-bib.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/init-bib.el b/lisp/init-bib.el index 23efcc5..9dd3dcd 100644 --- a/lisp/init-bib.el +++ b/lisp/init-bib.el @@ -9,4 +9,8 @@ (setq bibtex-align-at-equal-sign t) ; Used by `bibtex-fill-entry'. +(eval-after-load 'bibtex + '(setq bibtex-entry-format + (append '(realign sort-fields) bibtex-entry-format))) + (provide 'init-bib) |