Re: Supress all automatic indentation in SGML mode
Roger Price <[email protected]> Mon, 3 Aug 2026 06:46:38 +0200 (CEST)
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 2 Aug 2026, Stefan Monnier via Users list for the GNU Emacs text editor wrote: > > 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. Thanks, I'll try this. Roger