diff --git a/.emacs b/.emacs index 212414f..58ba4f3 100644 --- a/.emacs +++ b/.emacs @@ -157,6 +157,7 @@ ) (add-hook 'python-mode-hook 'anaconda-mode) +(add-hook 'python-mode-hook 'anaconda-eldoc-mode) (add-hook 'python-mode-hook 'blacken-mode) (require 'company nil t)