Set jedi as default elpy backend.

This commit is contained in:
Ivan Malison 2015-08-10 13:09:04 -07:00
parent 849d1ef89b
commit 336cc04914

View File

@ -1624,6 +1624,7 @@ window is active in the perspective."
:commands elpy-enable :commands elpy-enable
:config :config
(progn (progn
(setq elpy-rpc-backend 'jedi)
(elpy-enable) (elpy-enable)
(unbind-key "M-*" elpy-mode-map) (unbind-key "M-*" elpy-mode-map)
(bind-key "M-," 'pop-tag-mark elpy-mode-map))) (bind-key "M-," 'pop-tag-mark elpy-mode-map)))