summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-12-15 11:34:49 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-12-15 11:34:49 -0800
commit3835bbb8f5b13ed7da6f893b801b5969b4a97176 (patch)
tree68e0d6137160b13a4681aa764b07dfb88750a688 /emacs.d
parent[Emacs] BUILD files are python. (diff)
downloademacs.d-3835bbb8f5b13ed7da6f893b801b5969b4a97176.tar.gz
[Emacs] Remove a python hook.
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init.el3
1 files changed, 1 insertions, 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