Browse Source

use jedi and not auto-complete

pull/1/head
Brett Langdon 11 years ago
parent
commit
39b090468b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      emacs

+ 2
- 1
emacs View File

@ -64,8 +64,9 @@
(flyspell-mode 1)
(setq fci-rule-column 80)))
(add-hook 'python-mode-hook (lambda()
(auto-complete-mode)
(elpy-mode)
(elpy-enable)
(setq elpy-rpc-backend "jedi")
(highlight-indentation-mode 0)))


Loading…
Cancel
Save