diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-12-15 11:34:49 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-12-15 11:34:49 -0800 |
commit | 3835bbb8f5b13ed7da6f893b801b5969b4a97176 (patch) | |
tree | 68e0d6137160b13a4681aa764b07dfb88750a688 | |
parent | [Emacs] BUILD files are python. (diff) | |
download | emacs.d-3835bbb8f5b13ed7da6f893b801b5969b4a97176.tar.gz |
[Emacs] Remove a python hook.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/init.el | 3 |
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 |