summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2009-07-21 19:07:24 +0000
committerPeter Eisentraut2009-07-21 19:07:24 +0000
commit988d0ec05d722d16772017e5c851d4b79d22af5f (patch)
tree49d1e82248d410c0a6e5913b10bb26c760c7f641
parent1c61073e53caad8f6276ff3d66d90996fe5f8b81 (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)
)