From 75bd011a383c8c4b5a0001a6f25c6c0269460735 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 22 Nov 2016 08:54:27 -0800 Subject: [Emacs] Add eldoc for python mode. --- emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.4.1