This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
dotfiles
mirror of
https://github.com/brettlangdon/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
use jedi and not auto-complete
pull/1/head
Brett Langdon
11 years ago
parent
b9853fd50d
commit
39b090468b
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)))
Write
Preview
Loading…
Cancel
Save