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

tabs in the documentation source.
This commit is contained in:
Peter Eisentraut 2009-07-21 19:07:24 +00:00
parent b2c51e6eba
commit f7ad9cab30

View File

@ -85,6 +85,7 @@
(interactive)
(sgml-mode)
(setq indent-tabs-mode nil)
(setq sgml-basic-offset 1)
)