From 7eb3d410661bee34e83e5d0e3326c887d44aaeae Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 14 Mar 2019 16:08:51 +0100 Subject: [PATCH] It was anaconda-mode loading back python.el instead of python-mode.el --- .emacs | 3 --- 1 file changed, 3 deletions(-) diff --git a/.emacs b/.emacs index 686c28f..b3af0b6 100644 --- a/.emacs +++ b/.emacs @@ -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)