Set 'python-indent' and 'python-continuation-offset'.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 15 Oct 2011 15:43:30 +0300
changeset 727 4d38b9e96670
parent 726 2fa569bc7418
child 728 78931dde783e
Set 'python-indent' and 'python-continuation-offset'.
.emacs-my
--- a/.emacs-my	Fri Oct 14 10:26:22 2011 +0300
+++ b/.emacs-my	Sat Oct 15 15:43:30 2011 +0300
@@ -1611,6 +1611,9 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "python")
 
+(setq python-indent 4)
+(setq python-continuation-offset 8)
+
 (when (equal window-system 'w32)
   (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix))
   )