It was anaconda-mode loading back python.el instead of python-mode.el

This commit is contained in:
Julien Palard 2019-03-14 16:08:51 +01:00
parent 1614ead163
commit 7eb3d41066
1 changed files with 0 additions and 3 deletions

3
.emacs
View File

@ -15,7 +15,6 @@
(setq user-full-name "Julien Palard")
(setq user-mail-address "julien@palard.fr")
(require 'python-mode)
;; Packages I typically use can be reinstalled by using:
;; M-x package-refresh-contents
@ -155,8 +154,6 @@
(add-hook 'flycheck-mode-hook #'flycheck-pycheckers-setup))
)
(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)