From 9bbb1ba06bc0296f78e4817fe58e0b838c765414 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 9 Oct 2017 12:26:45 +0100 Subject: [PATCH] el/dot-emacs.el: Fix AUCTeX filling. Don't insert random spaces after comment delimiters. Don't try to keep equations on a single line. --- el/dot-emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 1be5746..49c056b 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -3374,6 +3374,9 @@ strip numbers instead." (unless modified (restore-buffer-modified-p nil))))))) +(setq LaTeX-syntactic-comments nil + LaTeX-fill-break-at-separators '(\\\[)) + ;;;-------------------------------------------------------------------------- ;;; SGML hacking. -- 2.11.0