]>
Commit | Line | Data |
---|---|---|
53e6db90 DC |
1 | ;;; pyvenv-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 "pyvenv" "pyvenv.el" (0 0 0 0)) | |
10 | ;;; Generated autoloads from pyvenv.el | |
11 | ||
12 | (autoload 'pyvenv-activate "pyvenv" "\ | |
13 | Activate the virtual environment in DIRECTORY. | |
14 | ||
15 | \(fn DIRECTORY)" t nil) | |
16 | ||
17 | (autoload 'pyvenv-deactivate "pyvenv" "\ | |
18 | Deactivate any current virtual environment." t nil) | |
19 | ||
20 | (autoload 'pyvenv-workon "pyvenv" "\ | |
21 | Activate a virtual environment from $WORKON_HOME. | |
22 | ||
23 | If the virtual environment NAME is already active, this function | |
24 | does not try to reactivate the environment. | |
25 | ||
26 | \(fn NAME)" t nil) | |
27 | ||
28 | (defvar pyvenv-mode nil "\ | |
29 | Non-nil if Pyvenv mode is enabled. | |
30 | See the `pyvenv-mode' command | |
31 | for a description of this minor mode. | |
32 | Setting this variable directly does not take effect; | |
33 | either customize it (see the info node `Easy Customization') | |
34 | or call the function `pyvenv-mode'.") | |
35 | ||
36 | (custom-autoload 'pyvenv-mode "pyvenv" nil) | |
37 | ||
38 | (autoload 'pyvenv-mode "pyvenv" "\ | |
39 | Global minor mode for pyvenv. | |
40 | ||
41 | This is a minor mode. If called interactively, toggle the | |
42 | `Pyvenv mode' mode. If the prefix argument is positive, enable | |
43 | the mode, and if it is zero or negative, disable the mode. | |
44 | ||
45 | If called from Lisp, toggle the mode if ARG is `toggle'. Enable | |
46 | the mode if ARG is nil, omitted, or is a positive number. | |
47 | Disable the mode if ARG is a negative number. | |
48 | ||
49 | To check whether the minor mode is enabled in the current buffer, | |
50 | evaluate `(default-value \\='pyvenv-mode)'. | |
51 | ||
52 | The mode's hook is called both when the mode is enabled and when | |
53 | it is disabled. | |
54 | ||
55 | Will show the current virtualenv in the mode line, and respect a | |
56 | `pyvenv-workon' setting in files. | |
57 | ||
58 | \(fn &optional ARG)" t nil) | |
59 | ||
60 | (defvar pyvenv-tracking-mode nil "\ | |
61 | Non-nil if Pyvenv-Tracking mode is enabled. | |
62 | See the `pyvenv-tracking-mode' command | |
63 | for a description of this minor mode. | |
64 | Setting this variable directly does not take effect; | |
65 | either customize it (see the info node `Easy Customization') | |
66 | or call the function `pyvenv-tracking-mode'.") | |
67 | ||
68 | (custom-autoload 'pyvenv-tracking-mode "pyvenv" nil) | |
69 | ||
70 | (autoload 'pyvenv-tracking-mode "pyvenv" "\ | |
71 | Global minor mode to track the current virtualenv. | |
72 | ||
73 | This is a minor mode. If called interactively, toggle the | |
74 | `Pyvenv-Tracking mode' mode. If the prefix argument is positive, | |
75 | enable the mode, and if it is zero or negative, disable the mode. | |
76 | ||
77 | If called from Lisp, toggle the mode if ARG is `toggle'. Enable | |
78 | the mode if ARG is nil, omitted, or is a positive number. | |
79 | Disable the mode if ARG is a negative number. | |
80 | ||
81 | To check whether the minor mode is enabled in the current buffer, | |
82 | evaluate `(default-value \\='pyvenv-tracking-mode)'. | |
83 | ||
84 | The mode's hook is called both when the mode is enabled and when | |
85 | it is disabled. | |
86 | ||
87 | When this mode is active, pyvenv will activate a buffer-specific | |
88 | virtualenv whenever the user switches to a buffer with a | |
89 | buffer-local `pyvenv-workon' or `pyvenv-activate' variable. | |
90 | ||
91 | \(fn &optional ARG)" t nil) | |
92 | ||
93 | (autoload 'pyvenv-restart-python "pyvenv" "\ | |
94 | Restart Python inferior processes." t nil) | |
95 | ||
96 | (register-definition-prefixes "pyvenv" '("pyvenv-")) | |
97 | ||
98 | ;;;*** | |
99 | \f | |
100 | ;;;### (autoloads nil nil ("pyvenv-pkg.el") (0 0 0 0)) | |
101 | ||
102 | ;;;*** | |
103 | \f | |
104 | ;; Local Variables: | |
105 | ;; version-control: never | |
106 | ;; no-byte-compile: t | |
107 | ;; no-update-autoloads: t | |
108 | ;; coding: utf-8 | |
109 | ;; End: | |
110 | ;;; pyvenv-autoloads.el ends here |