summaryrefslogtreecommitdiff
path: root/lisp/init-bib.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-02-05 20:56:36 -0500
committerKyle Meyer <kyle@kyleam.com>2014-02-05 20:56:36 -0500
commit51da009f1ccfc2df7283e3a85fcb8dcb41c8c8fc (patch)
treeb31c8eb51a17eeea46506f89e297e93bd2619f71 /lisp/init-bib.el
parent643e4fad60ab0f34c49850d8e11ad714937c6d55 (diff)
downloademacs.d-51da009f1ccfc2df7283e3a85fcb8dcb41c8c8fc.tar.gz
Remove words from bibtex-autokey-titleword-ignore
These are uncommon first words, so having in them in a citekey should be informative enough.
Diffstat (limited to 'lisp/init-bib.el')
-rw-r--r--lisp/init-bib.el3
1 files changed, 1 insertions, 2 deletions
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'.