diff options
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 |