summaryrefslogtreecommitdiff
path: root/lisp/init-bib.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-bib.el')
-rw-r--r--lisp/init-bib.el16
1 files changed, 7 insertions, 9 deletions
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 <last author last name><year><first word>.
-(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)