From: Mark Wooding Date: Mon, 9 Oct 2017 11:26:45 +0000 (+0100) Subject: el/dot-emacs.el: Fix AUCTeX filling. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/9bbb1ba06bc0296f78e4817fe58e0b838c765414 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. --- 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.