.emacs-my
changeset 727 4d38b9e96670
parent 724 77c31cb9ae75
child 728 78931dde783e
--- 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))
   )