chiark / gitweb /
emacs: BibTeX-mode configuration.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 10 Oct 2008 10:18:09 +0000 (11:18 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 10 Oct 2008 10:22:28 +0000 (11:22 +0100)
BibTeX-mode seems to be made of win too.

emacs

diff --git a/emacs b/emacs
index 131e78a0757409ce30ceb9effecb7a0e7d0d77c8..0cca241f8d6af093e4e744c3e429a0af072a023e 100644 (file)
--- a/emacs
+++ b/emacs
 
 (setq reftex-use-external-file-finders t)
 
+(setq bibtex-field-delimiters 'double-quotes
+      bibtex-entry-format '(realign opts-or-alts required-fields
+                           numerical-fields last-comma delimiters
+                           unify-case)
+      bibtex-include-OPTkey nil)
+
 ;;;----- SLIME setup --------------------------------------------------------
 
 (trap