diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 476ca05..75c54dc 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -454,6 +454,7 @@ :config (setq python-indent-offset 2) + (add-hook 'python-mode-hook 'eldoc-mode t) (add-hook 'python-mode-hook 'color-identifiers-mode)) (use-package recentf |