From 593a856bf57084e013d239f5c7d8c003b20384bd Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 17 May 2001 17:30:36 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/configfiles/panda.emacs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/panda/src/configfiles/panda.emacs b/panda/src/configfiles/panda.emacs index 8bb8c94346..c76f4418b4 100644 --- a/panda/src/configfiles/panda.emacs +++ b/panda/src/configfiles/panda.emacs @@ -17,6 +17,12 @@ ("\\.emacs$". lisp-mode) ) auto-mode-alist)) +; There's too much disagreement between different editors +; (particularly Windows editors) over how many spaces a tab +; represents. Better not to put them any any source files at all. +(custom-set-variables + '(indent-tabs-mode nil)) + ;; ;; Scheme customization ;;