summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2009-07-21 19:07:24 +0000
committerPeter Eisentraut2009-07-21 19:07:24 +0000
commitf7ad9cab30aad86d60c5826cceeb7a6be4298cc8 (patch)
tree6318445dc8cd01dd6a7249f14822de70ce64efe7
parentb2c51e6eba1d8b3b139c529df3703b37952b5a3d (diff)
Add a further customization to the SGML Emacs mode to prevent the use of
tabs in the documentation source.
-rw-r--r--src/tools/editors/emacs.samples1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/editors/emacs.samples b/src/tools/editors/emacs.samples
index 3836549197..c1820f28c5 100644
--- a/src/tools/editors/emacs.samples
+++ b/src/tools/editors/emacs.samples
@@ -85,6 +85,7 @@
(interactive)
(sgml-mode)
+ (setq indent-tabs-mode nil)
(setq sgml-basic-offset 1)
)