summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/init.el')
-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