This website requires JavaScript.
Explore
Help
Sign in
TakeV
/
spacemacs
Archived
Watch
1
Star
0
Fork
You've already forked spacemacs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
This repository has been archived on
2024-10-22
. You can view files and clone it, but cannot push or open issues or pull requests.
2cc725f692
spacemacs
/
init-package
/
init-jedi.el
4 lines
82 B
EmacsLisp
Raw
Normal View
History
Unescape
Escape
experiment with key chord bindings, seems promising
2012-12-30 17:18:08 +00:00
(
setq
jedi:setup-keys
t
)
(
require
'jedi
)
refactored the whole setup and use jedi for python auto completion
2012-12-21 21:06:22 +00:00
(
add-hook
'python-mode-hook
'jedi:setup
)
Reference in a new issue
Copy permalink