summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2021-11-17 03:54:04 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2021-11-17 03:54:04 (GMT)
commit8fc025703c4f1e539211710bc1d8b585b6f9d333 (patch)
treec4aeec1b6b5c1d78a630e3547907995db0a25c40 /lisp
parent533f1325917977b0c34a775c423a64c724dc8f5d (diff)
downloaddotemacs-8fc025703c4f1e539211710bc1d8b585b6f9d333.zip
dotemacs-8fc025703c4f1e539211710bc1d8b585b6f9d333.tar.gz
dotemacs-8fc025703c4f1e539211710bc1d8b585b6f9d333.tar.bz2
Add missing hook
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ravi-init-python.el1
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"