Mercurial > hg > dotemacs
comparison elpa/elpy-1.25.0/elpy-autoloads.el @ 182:c3bd84985977
upgrade elpy to 1.25
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Thu, 11 Oct 2018 15:38:33 -0400 |
parents | elpa/elpy-1.18.0/elpy-autoloads.el@56ea66d76309 |
children |
comparison
equal
deleted
inserted
replaced
181:5ff62f07dd47 | 182:c3bd84985977 |
---|---|
1 ;;; elpy-autoloads.el --- automatically extracted autoloads | |
2 ;; | |
3 ;;; Code: | |
4 (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) | |
5 | |
6 ;;;### (autoloads nil "elpy" "elpy.el" (23487 42492 429351 415000)) | |
7 ;;; Generated autoloads from elpy.el | |
8 | |
9 (autoload 'elpy-enable "elpy" "\ | |
10 Enable Elpy in all future Python buffers. | |
11 | |
12 \(fn &optional IGNORED)" t nil) | |
13 | |
14 (autoload 'elpy-mode "elpy" "\ | |
15 Minor mode in Python buffers for the Emacs Lisp Python Environment. | |
16 | |
17 This mode fully supports virtualenvs. Once you switch a | |
18 virtualenv using \\[pyvenv-workon], you can use | |
19 \\[elpy-rpc-restart] to make the elpy Python process use your | |
20 virtualenv. | |
21 | |
22 \\{elpy-mode-map} | |
23 | |
24 \(fn &optional ARG)" t nil) | |
25 | |
26 (autoload 'elpy-config "elpy" "\ | |
27 Configure Elpy. | |
28 | |
29 This function will pop up a configuration buffer, which is mostly | |
30 a customize buffer, but has some more options. | |
31 | |
32 \(fn)" t nil) | |
33 | |
34 (autoload 'elpy-version "elpy" "\ | |
35 Display the version of Elpy. | |
36 | |
37 \(fn)" t nil) | |
38 | |
39 ;;;*** | |
40 | |
41 ;;;### (autoloads nil nil ("elpy-django.el" "elpy-pkg.el" "elpy-profile.el" | |
42 ;;;;;; "elpy-refactor.el" "elpy-shell.el") (23487 42492 437351 994000)) | |
43 | |
44 ;;;*** | |
45 | |
46 ;; Local Variables: | |
47 ;; version-control: never | |
48 ;; no-byte-compile: t | |
49 ;; no-update-autoloads: t | |
50 ;; End: | |
51 ;;; elpy-autoloads.el ends here |