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