From 3835bbb8f5b13ed7da6f893b801b5969b4a97176 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 15 Dec 2016 11:34:49 -0800 Subject: [Emacs] Remove a python hook. --- emacs.d/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacs.d/init.el b/emacs.d/init.el index 461eea8..a234233 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -435,8 +435,7 @@ :config (setq python-indent-offset 2) - (add-hook 'python-mode-hook 'eldoc-mode t) - (add-hook 'python-mode-hook 'color-identifiers-mode)) + (add-hook 'python-mode-hook 'eldoc-mode t)) (use-package recentf ;; configuration for recentf, to interact with recent files -- cgit 1.4.1