>>> "UB" == Uwe Brauer <[email protected]> writes: > Hi
> Some time ago Keita suggested to use > (defun my-add-fill-inhibit-regexp () > (interactive) > (setq-local auto-fill-inhibit-regexp ".*% *$")) > (add-hook 'LaTeX-mode-hook 'my-add-fill-inhibit-regexp) This also might help (defun my-set-fill-nobreak-predicate () (interactive) (add-to-list 'fill-nobreak-predicate 'texmathp)) (add-hook 'LaTeX-mode-hook 'my-set-fill-nobreak-predicate) -- I strongly condemn Hamas heinous despicable pogroms/atrocities on Israel I strongly condemn Putin's war of aggression against Ukraine. I support to deliver weapons to Ukraine's military. I support the EU and NATO membership of Ukraine.
smime.p7s
Description: S/MIME cryptographic signature
