diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2021-11-17 03:54:04 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2021-11-17 03:54:04 (GMT) |
| commit | 8fc025703c4f1e539211710bc1d8b585b6f9d333 (patch) | |
| tree | c4aeec1b6b5c1d78a630e3547907995db0a25c40 /lisp | |
| parent | 533f1325917977b0c34a775c423a64c724dc8f5d (diff) | |
| download | dotemacs-8fc025703c4f1e539211710bc1d8b585b6f9d333.zip dotemacs-8fc025703c4f1e539211710bc1d8b585b6f9d333.tar.gz dotemacs-8fc025703c4f1e539211710bc1d8b585b6f9d333.tar.bz2 | |
Add missing hook
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ravi-init-python.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ravi-init-python.el b/lisp/ravi-init-python.el index 870a33d..03c5167 100644 --- a/lisp/ravi-init-python.el +++ b/lisp/ravi-init-python.el @@ -28,6 +28,7 @@ (use-package python :mode ("\\.py\\'" . python-mode) :commands python-shell-switch-to-shell + :hook ((python-mode-hook . ravi/python-mode-hook)) :config (defun ravi/ipython-setup () "Set up ipython interpreter for version less than 4, which works with readline" |
