From 51da009f1ccfc2df7283e3a85fcb8dcb41c8c8fc Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 5 Feb 2014 20:56:36 -0500 Subject: Remove words from bibtex-autokey-titleword-ignore These are uncommon first words, so having in them in a citekey should be informative enough. --- lisp/init-bib.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lisp/init-bib.el') diff --git a/lisp/init-bib.el b/lisp/init-bib.el index 9dd3dcd..23188eb 100644 --- a/lisp/init-bib.el +++ b/lisp/init-bib.el @@ -4,8 +4,7 @@ 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].*")) + bibtex-autokey-titleword-ignore '("A" "An" "On" "The" "[0-9].*")) (setq bibtex-align-at-equal-sign t) ; Used by `bibtex-fill-entry'. -- cgit v1.2.3