Browse Source

*** empty log message ***

David Rose 24 years ago
parent
commit
e069ad2358
1 changed files with 6 additions and 0 deletions
  1. 6 0
      panda/src/configfiles/panda.emacs

+ 6 - 0
panda/src/configfiles/panda.emacs

@@ -23,6 +23,12 @@
 (custom-set-variables
 (custom-set-variables
  '(indent-tabs-mode nil))
  '(indent-tabs-mode nil))
 
 
+; Just to belabor the point, we'll explicitly set it to nil for the
+; buffer whenever you switch to C++ mode.
+(setq c++-mode-hook (lambda ()
+		      (setq indent-tabs-mode nil)
+		      ))
+
 ;;
 ;;
 ;; Scheme customization
 ;; Scheme customization
 ;;
 ;;