Skip to content
Snippets Groups Projects
Commit f7ad9cab authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Add a further customization to the SGML Emacs mode to prevent the use of

tabs in the documentation source.
parent b2c51e6e
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@
(interactive)
(sgml-mode)
(setq indent-tabs-mode nil)
(setq sgml-basic-offset 1)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment