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

tabs in the documentation source.
REL8_5_ALPHA1_BRANCH
Peter Eisentraut 16 years ago
parent b2c51e6eba
commit f7ad9cab30
  1. 1
      src/tools/editors/emacs.samples

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

Loading…
Cancel
Save