From 51a264ae562fc72723ab9101895af1aed7275ff5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 20 Aug 2015 02:13:05 -0700 Subject: [PATCH] elpy-use-ipython --- dotfiles/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index d254863a..619b103c 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1714,6 +1714,7 @@ window is active in the perspective." :commands elpy-enable :config (progn + (setq elpy-use-ipython t) (setq elpy-rpc-backend "jedi") (elpy-enable) (unbind-key "M-*" elpy-mode-map)