summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-11-22 08:54:27 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-11-22 08:54:27 -0800
commit75bd011a383c8c4b5a0001a6f25c6c0269460735 (patch)
tree0aedc44b1a7f40c80c8142c969632f58731d63bf /emacs.d
parent[Emacs] slightly better colors for flycheck status. (diff)
downloademacs.d-75bd011a383c8c4b5a0001a6f25c6c0269460735.tar.gz
[Emacs] Add eldoc for python mode.
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 476ca05..75c54dc 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -454,6 +454,7 @@
 
   :config
   (setq python-indent-offset 2)
+  (add-hook 'python-mode-hook 'eldoc-mode t)
   (add-hook 'python-mode-hook 'color-identifiers-mode))
 
 (use-package recentf