summaryrefslogtreecommitdiff
path: root/init/km-bib.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-01-26 01:59:44 -0500
committerKyle Meyer <kyle@kyleam.com>2014-01-26 01:59:44 -0500
commit7869360008d87ca4b459c703f4894625dd8181cc (patch)
treeb0f3f50ae2c309056883e03848abb3e1e4cb9b1e /init/km-bib.el
parent47e1d90700105f6b0f0550d7632a22b3fe81acb9 (diff)
downloademacs.d-7869360008d87ca4b459c703f4894625dd8181cc.tar.gz
Follow Purcell's emacs.d structure
User init files are added using provide/require. https://github.com/purcell/emacs.d
Diffstat (limited to 'init/km-bib.el')
-rw-r--r--init/km-bib.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/init/km-bib.el b/init/km-bib.el
deleted file mode 100644
index af21480..0000000
--- a/init/km-bib.el
+++ /dev/null
@@ -1,12 +0,0 @@
-;; 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
- '("A" "An" "On" "The" "Why" "How" "Where" "[0-9].*"))
-
-;; Used by `bibtex-fill-entry'.
-(setq bibtex-align-at-equal-sign t)