;;; jedi-autoloads.el --- automatically extracted autoloads
|
|
;;
|
|
;;; Code:
|
|
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
|
|
|
|
;;;### (autoloads nil "jedi" "jedi.el" (22171 46561 0 0))
|
|
;;; Generated autoloads from jedi.el
|
|
|
|
(autoload 'jedi:ac-setup "jedi" "\
|
|
Add Jedi AC sources to `ac-sources'.
|
|
|
|
If auto-completion is all you need, you can call this function instead
|
|
of `jedi:setup', like this::
|
|
|
|
(add-hook 'python-mode-hook 'jedi:ac-setup)
|
|
|
|
Note that this function calls `auto-complete-mode' if it is not
|
|
already enabled, for people who don't call `global-auto-complete-mode'
|
|
in their Emacs configuration.
|
|
|
|
\(fn)" t nil)
|
|
|
|
(autoload 'jedi:complete "jedi" "\
|
|
Complete code at point.
|
|
|
|
\(fn &key (expand ac-expand-on-auto-complete))" t nil)
|
|
|
|
(autoload 'jedi:auto-complete-mode "jedi" "\
|
|
|
|
|
|
\(fn)" nil nil)
|
|
|
|
(setq jedi:setup-function #'jedi:ac-setup jedi:mode-function #'jedi:auto-complete-mode)
|
|
|
|
;;;***
|
|
|
|
;; Local Variables:
|
|
;; version-control: never
|
|
;; no-byte-compile: t
|
|
;; no-update-autoloads: t
|
|
;; End:
|
|
;;; jedi-autoloads.el ends here
|