mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Document ein:jedi-setup more
This commit is contained in:
parent
c4650eacb6
commit
1aa0b4b523
1 changed files with 5 additions and 2 deletions
|
@ -78,11 +78,14 @@
|
|||
|
||||
;;;###autoload
|
||||
(defun ein:jedi-setup ()
|
||||
"Setup auto-completion using EIN and Jedi together.
|
||||
"Setup auto-completion using EIN and Jedi.el_ together.
|
||||
|
||||
Jedi.el_ is a Python auto-completion library for Emacs.
|
||||
To use EIN and Jedi together, add the following in your Emacs setup.::
|
||||
|
||||
(add-hook 'ein:connect-mode-hook 'ein:jedi-setup)"
|
||||
(add-hook 'ein:connect-mode-hook 'ein:jedi-setup)
|
||||
|
||||
.. _Jedi.el: https://github.com/tkf/emacs-jedi"
|
||||
(let ((map ein:connect-mode-map))
|
||||
(define-key map "\C-c\C-i" 'ein:jedi-complete)
|
||||
(ein:jedi-complete-on-dot-install map)))
|
||||
|
|
Loading…
Add table
Reference in a new issue