Re: Supress all automatic indentation in SGML mode

Stefan Monnier via Users list for the GNU Emacs text editor <[email protected]> Sun, 02 Aug 2026 13:39:35 -0400
Newsgroups gmane.emacs.help
Message-ID <[email protected]>
> and irritating.  I would like to suppress all automatic indentation in
> SGML  mode.

Have you tried to customize `electric-indent-mode`?  E.g. Adding

    (electric-indent-mode -1)

to your init file should do the trick.


=== Stefan