el/dot-emacs.el: Fix AUCTeX filling.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 9 Oct 2017 11:26:45 +0000 (12:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 9 Oct 2017 11:26:45 +0000 (12:26 +0100)
Don't insert random spaces after comment delimiters.  Don't try to keep
equations on a single line.

el/dot-emacs.el

index 1be5746..49c056b 100644 (file)
@@ -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.