diff options
author | Peter Eisentraut | 2009-07-21 19:07:24 +0000 |
---|---|---|
committer | Peter Eisentraut | 2009-07-21 19:07:24 +0000 |
commit | 988d0ec05d722d16772017e5c851d4b79d22af5f (patch) | |
tree | 49d1e82248d410c0a6e5913b10bb26c760c7f641 | |
parent | 1c61073e53caad8f6276ff3d66d90996fe5f8b81 (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.samples | 1 |
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) ) |