diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-11-22 08:54:27 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-11-22 08:54:27 -0800 |
commit | 75bd011a383c8c4b5a0001a6f25c6c0269460735 (patch) | |
tree | 0aedc44b1a7f40c80c8142c969632f58731d63bf | |
parent | [Emacs] slightly better colors for flycheck status. (diff) | |
download | emacs.d-75bd011a383c8c4b5a0001a6f25c6c0269460735.tar.gz |
[Emacs] Add eldoc for python mode.
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 |