52 lines
1.2 KiB
EmacsLisp
52 lines
1.2 KiB
EmacsLisp
;;; elpy-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
|
||
|
||
;;;### (autoloads nil "elpy" "elpy.el" (23098 64924 850590 934000))
|
||
;;; Generated autoloads from elpy.el
|
||
|
||
(autoload 'elpy-enable "elpy" "\
|
||
Enable Elpy in all future Python buffers.
|
||
|
||
\(fn &optional IGNORED)" t nil)
|
||
|
||
(autoload 'elpy-mode "elpy" "\
|
||
Minor mode in Python buffers for the Emacs Lisp Python Environment.
|
||
|
||
This mode fully supports virtualenvs. Once you switch a
|
||
virtualenv using \\[pyvenv-workon], you can use
|
||
\\[elpy-rpc-restart] to make the elpy Python process use your
|
||
virtualenv.
|
||
|
||
\\{elpy-mode-map}
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(autoload 'elpy-config "elpy" "\
|
||
Configure Elpy.
|
||
|
||
This function will pop up a configuration buffer, which is mostly
|
||
a customize buffer, but has some more options.
|
||
|
||
\(fn)" t nil)
|
||
|
||
(autoload 'elpy-version "elpy" "\
|
||
Display the version of Elpy.
|
||
|
||
\(fn)" t nil)
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil nil ("elpy-django.el" "elpy-pkg.el" "elpy-profile.el"
|
||
;;;;;; "elpy-refactor.el" "elpy-shell.el") (23098 64926 283929 141000))
|
||
|
||
;;;***
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; End:
|
||
;;; elpy-autoloads.el ends here
|