From 4bcfb672357b5840249c72b28cb860001c4e3967 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 26 Jan 2014 02:00:22 -0500 Subject: Reorganize and use require-package `require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el. --- lisp/init-bib.el | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'lisp/init-bib.el') diff --git a/lisp/init-bib.el b/lisp/init-bib.el index 7d91e93..23efcc5 100644 --- a/lisp/init-bib.el +++ b/lisp/init-bib.el @@ -1,14 +1,12 @@ ;; Make cite key have form . -(setq bibtex-autokey-year-length 4) -(setq bibtex-autokey-titleword-length nil) -(setq bibtex-autokey-titlewords-stretch 0) -(setq bibtex-autokey-titlewords 1) -(setq bibtex-autokey-year-title-separator "") - -(setq bibtex-autokey-titleword-ignore +(setq bibtex-autokey-year-length 4 + bibtex-autokey-titleword-length nil + bibtex-autokey-titlewords-stretch 0 + bibtex-autokey-titlewords 1 + bibtex-autokey-year-title-separator "" + bibtex-autokey-titleword-ignore '("A" "An" "On" "The" "Why" "How" "Where" "[0-9].*")) -;; Used by `bibtex-fill-entry'. -(setq bibtex-align-at-equal-sign t) +(setq bibtex-align-at-equal-sign t) ; Used by `bibtex-fill-entry'. (provide 'init-bib) -- cgit v1.2.3