# HG changeset patch # User Oleksandr Gavenko # Date 1318709668 -10800 # Node ID 9c5cb48451ad6122cf9d6b3a7a19b5efeb975f79 # Parent 78931dde783e7100b1de1106f52849ff22cc2103 Enable 'eldoc-mode' for 'python-mode'. diff -r 78931dde783e -r 9c5cb48451ad .emacs-my --- a/.emacs-my Sat Oct 15 15:55:02 2011 +0300 +++ b/.emacs-my Sat Oct 15 23:14:28 2011 +0300 @@ -1613,6 +1613,8 @@ (setq python-indent 4) +(add-hook 'python-mode-hook 'turn-on-eldoc-mode) + (when (equal window-system 'w32) (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix)) )