chiark / gitweb /
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 1be574660d3059c2e8dde15b0fe3455d2a9f076f..49c056b33e2673849d79bf0181324a1677ae07de 100644 (file)
@@ -3374,6 +3374,9 @@ (eval-after-load 'font-latex
           (unless modified
             (restore-buffer-modified-p nil)))))))
 
+(setq LaTeX-syntactic-comments nil
+      LaTeX-fill-break-at-separators '(\\\[))
+
 ;;;--------------------------------------------------------------------------
 ;;; SGML hacking.