bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36358: Indentation of not matched braces in latex-mode


From: Sebastian Urban
Subject: bug#36358: Indentation of not matched braces in latex-mode
Date: Sat, 29 Jun 2019 22:08:02 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Thunderbird/60.7.2

In the meantime I think I found better solution to setting
'tex-indent-basic' to 0.  While leaving it at default value '2', I put
into my init.el this:

(add-hook 'tex-mode-hook
          (lambda ()
            (setq fill-indent-according-to-mode nil)))

aaand...  everything works like I wanted.  So maybe this is solution
to this bug?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]