*** empty log message ***

This commit is contained in:
David Rose 2001-05-17 17:30:36 +00:00
parent c24ba5273b
commit 593a856bf5
1 changed files with 6 additions and 0 deletions

View File

@ -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
;;