diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-02-05 20:56:36 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-02-05 20:56:36 -0500 |
commit | 51da009f1ccfc2df7283e3a85fcb8dcb41c8c8fc (patch) | |
tree | b31c8eb51a17eeea46506f89e297e93bd2619f71 /lisp | |
parent | 643e4fad60ab0f34c49850d8e11ad714937c6d55 (diff) | |
download | emacs.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')
-rw-r--r-- | lisp/init-bib.el | 3 |
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'. |