.emacs-my
changeset 727 4d38b9e96670
parent 724 77c31cb9ae75
child 728 78931dde783e
equal deleted inserted replaced
726:2fa569bc7418 727:4d38b9e96670
  1609 (add-hook 'c-mode-common-hook 'my-c-mode-style-hook)
  1609 (add-hook 'c-mode-common-hook 'my-c-mode-style-hook)
  1610 
  1610 
  1611 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1611 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1612 (message "python")
  1612 (message "python")
  1613 
  1613 
       
  1614 (setq python-indent 4)
       
  1615 (setq python-continuation-offset 8)
       
  1616 
  1614 (when (equal window-system 'w32)
  1617 (when (equal window-system 'w32)
  1615   (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix))
  1618   (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix))
  1616   )
  1619   )
  1617 
  1620 
  1618 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1621 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;