From ad14c2fe126840397c7e59c2e5987f8941039618 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 3 Sep 2019 11:33:51 +0100 Subject: [PATCH] el/dot-emacs.el: Set fill column smaller in `bibtex-mode'. There's some bug in the mode-specific filling which causes overly long lines sometimes. --- el/dot-emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 1ee073f..d2c9275 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -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. -- 2.11.0