summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ccpy-style.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/ccpy-style.el b/Misc/ccpy-style.el
index 66590c7..9e9e0af 100644
--- a/Misc/ccpy-style.el
+++ b/Misc/ccpy-style.el
@@ -20,12 +20,12 @@
;; This file will self-install on your c-style-alist variable,
;; although you will have to install it on a per-file basis with:
;;
-;; M-x c-set-style RET python
+;; M-x c-set-style RET python RET
;;; Code:
(defconst python-cc-style
- '((indent-tabs-mode . nil)
+ '((indent-tabs-mode . t)
(c-basic-offset . 8)
)
"Standard Python C coding style.")