From: Peter Eisentraut Date: Tue, 21 Jul 2009 19:07:24 +0000 (+0000) Subject: Add a further customization to the SGML Emacs mode to prevent the use of X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=988d0ec05d722d16772017e5c851d4b79d22af5f;p=users%2Fsimon%2Fpostgres.git Add a further customization to the SGML Emacs mode to prevent the use of tabs in the documentation source. --- 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) )