]> crepu.dev Git - config.git/blame - djavu-asus/emacs/elpa/elpy-20230803.1455/elpy-autoloads.el
Reorganización de directorios
[config.git] / djavu-asus / emacs / elpa / elpy-20230803.1455 / elpy-autoloads.el
CommitLineData
53e6db90
DC
1;;; elpy-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
2;;
3;;; Code:
4
5(add-to-list 'load-path (directory-file-name
6 (or (file-name-directory #$) (car load-path))))
7
8\f
9;;;### (autoloads nil "elpy" "elpy.el" (0 0 0 0))
10;;; Generated autoloads from elpy.el
11
12(autoload 'elpy-enable "elpy" "\
13Enable Elpy in all future Python buffers.
14
15\(fn &optional IGNORED)" t nil)
16
17(autoload 'elpy-mode "elpy" "\
18Minor mode in Python buffers for the Emacs Lisp Python Environment.
19
20This is a minor mode. If called interactively, toggle the `Elpy
21mode' mode. If the prefix argument is positive, enable the mode,
22and if it is zero or negative, disable the mode.
23
24If called from Lisp, toggle the mode if ARG is `toggle'. Enable
25the mode if ARG is nil, omitted, or is a positive number.
26Disable the mode if ARG is a negative number.
27
28To check whether the minor mode is enabled in the current buffer,
29evaluate `elpy-mode'.
30
31The mode's hook is called both when the mode is enabled and when
32it is disabled.
33
34This mode fully supports virtualenvs. Once you switch a
35virtualenv using \\[pyvenv-workon], you can use
36\\[elpy-rpc-restart] to make the elpy Python process use your
37virtualenv.
38
39\\{elpy-mode-map}
40
41\(fn &optional ARG)" t nil)
42
43(autoload 'elpy-config "elpy" "\
44Configure Elpy.
45
46This function will pop up a configuration buffer, which is mostly
47a customize buffer, but has some more options." t nil)
48
49(autoload 'elpy-version "elpy" "\
50Display the version of Elpy." t nil)
51
52(register-definition-prefixes "elpy" '("elpy-"))
53
54;;;***
55\f
56;;;### (autoloads nil "elpy-django" "elpy-django.el" (0 0 0 0))
57;;; Generated autoloads from elpy-django.el
58
59(register-definition-prefixes "elpy-django" '("elpy-"))
60
61;;;***
62\f
63;;;### (autoloads nil "elpy-profile" "elpy-profile.el" (0 0 0 0))
64;;; Generated autoloads from elpy-profile.el
65
66(register-definition-prefixes "elpy-profile" '("elpy-profile-"))
67
68;;;***
69\f
70;;;### (autoloads nil "elpy-refactor" "elpy-refactor.el" (0 0 0 0))
71;;; Generated autoloads from elpy-refactor.el
72
73(register-definition-prefixes "elpy-refactor" '("elpy-refactor-"))
74
75;;;***
76\f
77;;;### (autoloads nil "elpy-rpc" "elpy-rpc.el" (0 0 0 0))
78;;; Generated autoloads from elpy-rpc.el
79
80(register-definition-prefixes "elpy-rpc" '("elpy-" "with-elpy-rpc-virtualenv-activated"))
81
82;;;***
83\f
84;;;### (autoloads nil "elpy-shell" "elpy-shell.el" (0 0 0 0))
85;;; Generated autoloads from elpy-shell.el
86
87(register-definition-prefixes "elpy-shell" '("elpy-"))
88
89;;;***
90\f
91;;;### (autoloads nil nil ("elpy-pkg.el") (0 0 0 0))
92
93;;;***
94\f
95;; Local Variables:
96;; version-control: never
97;; no-byte-compile: t
98;; no-update-autoloads: t
99;; coding: utf-8
100;; End:
101;;; elpy-autoloads.el ends here