Trying anaconda-eldoc-mode

This commit is contained in:
Julien Palard 2018-07-26 11:58:22 +02:00
parent a9172e2643
commit e5d4ec739a
1 changed files with 1 additions and 0 deletions

1
.emacs
View File

@ -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)