From 2edd0457cc7414941fa16820e7f4038200ecc844 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 11 Aug 2013 00:11:47 -0400 Subject: Add missing interactive call --- init/km-python.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init') diff --git a/init/km-python.el b/init/km-python.el index d0ce6bc..38d0fe6 100644 --- a/init/km-python.el +++ b/init/km-python.el @@ -1,5 +1,6 @@ ;; http://www.emacswiki.org/emacs/PythonProgrammingInEmacs#toc5 (defun km/setup-ipython-shell () + (interactive) (setq python-shell-interpreter "ipython" python-shell-interpreter-args "" -- cgit v1.2.3