summaryrefslogtreecommitdiff
path: root/lisp/init-bib.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-06-06 21:51:41 -0400
committerKyle Meyer <kyle@kyleam.com>2014-06-06 21:51:41 -0400
commit5519ad0069672c189f9c75577cb68f6512e6ce90 (patch)
treef0c0208107f22ed85f107e9ae21b1cb6ba556b7d /lisp/init-bib.el
parentcb50140969f5f7567142395348adc9e88e51a738 (diff)
downloademacs.d-5519ad0069672c189f9c75577cb68f6512e6ce90.tar.gz
Use milkypostman's `after' macro
Diffstat (limited to 'lisp/init-bib.el')
-rw-r--r--lisp/init-bib.el6
1 files changed, 3 insertions, 3 deletions
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"