From 336cc04914d2a1cead74fff776c258319873cd03 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 10 Aug 2015 13:09:04 -0700 Subject: [PATCH] Set jedi as default elpy backend. --- 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 b0231689..b76903fe 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1624,6 +1624,7 @@ window is active in the perspective." :commands elpy-enable :config (progn + (setq elpy-rpc-backend 'jedi) (elpy-enable) (unbind-key "M-*" elpy-mode-map) (bind-key "M-," 'pop-tag-mark elpy-mode-map)))