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)