From 5519ad0069672c189f9c75577cb68f6512e6ce90 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 6 Jun 2014 21:51:41 -0400 Subject: Use milkypostman's `after' macro --- lisp/init-bib.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/init-bib.el') diff --git a/lisp/init-bib.el b/lisp/init-bib.el index 091b82a..4ae4ffe 100644 --- a/lisp/init-bib.el +++ b/lisp/init-bib.el @@ -8,9 +8,9 @@ (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))) +(after 'bibtex + (setq bibtex-entry-format + (append '(realign sort-fields) bibtex-entry-format))) (defvar km/bibtex-unimportant-title-words '("a" "aboard" "about" "above" "absent" "across" "after" "against" -- cgit v1.2.3