Enable 'eldoc-mode' for 'python-mode'.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 15 Oct 2011 23:14:28 +0300
changeset 729 9c5cb48451ad
parent 728 78931dde783e
child 730 995821d2a5cf
Enable 'eldoc-mode' for 'python-mode'.
.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))
   )