chiark / gitweb /
el/dot-emacs.el: Explicitly indent with spaces in Python-like modes.
[profile] / el / dot-emacs.el
index 797c7dc05ed9fa72baae54e4b1924db11b057ae7..172d0ad05f28d71dc16595eb1ff50ec1caefcce3 100644 (file)
@@ -1509,6 +1509,7 @@ (defun mdw-fontify-pythonic (keywords)
 
   ;; Miscellaneous fiddling.
   (mdw-standard-fill-prefix "\\([ \t]*#+[ \t]*\\)")
+  (setq indent-tabs-mode nil)
 
   ;; Now define fontification things.
   (make-local-variable 'font-lock-keywords)