el/dot-emacs.el: Set fill column smaller in `bibtex-mode'.
[profile] / el / dot-emacs.el
index 1ee073f..d2c9275 100644 (file)
@@ -3509,6 +3509,8 @@ strip numbers instead."
 (setq LaTeX-syntactic-comments nil
       LaTeX-fill-break-at-separators '(\\\[))
 
+(add-hook 'bibtex-mode-hook (lambda () (setq fill-column 76)))
+
 ;;;--------------------------------------------------------------------------
 ;;; HTML, CSS, and other web foolishness.