From 7869360008d87ca4b459c703f4894625dd8181cc Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 26 Jan 2014 01:59:44 -0500 Subject: Follow Purcell's emacs.d structure User init files are added using provide/require. https://github.com/purcell/emacs.d --- lisp/init-bib.el | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lisp/init-bib.el (limited to 'lisp/init-bib.el') diff --git a/lisp/init-bib.el b/lisp/init-bib.el new file mode 100644 index 0000000..7d91e93 --- /dev/null +++ b/lisp/init-bib.el @@ -0,0 +1,14 @@ +;; 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 + '("A" "An" "On" "The" "Why" "How" "Where" "[0-9].*")) + +;; Used by `bibtex-fill-entry'. +(setq bibtex-align-at-equal-sign t) + +(provide 'init-bib) -- cgit v1.2.3