103 lines
3.4 KiB
EmacsLisp
103 lines
3.4 KiB
EmacsLisp
|
|
;;; pyvenv-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
|
|||
|
|
;; Generated by the `loaddefs-generate' function.
|
|||
|
|
|
|||
|
|
;; This file is part of GNU Emacs.
|
|||
|
|
|
|||
|
|
;;; Code:
|
|||
|
|
|
|||
|
|
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
;;; Generated autoloads from pyvenv.el
|
|||
|
|
|
|||
|
|
(autoload 'pyvenv-activate "pyvenv" "\
|
|||
|
|
Activate the virtual environment in DIRECTORY.
|
|||
|
|
|
|||
|
|
(fn DIRECTORY)" t)
|
|||
|
|
(autoload 'pyvenv-deactivate "pyvenv" "\
|
|||
|
|
Deactivate any current virtual environment." t)
|
|||
|
|
(autoload 'pyvenv-workon "pyvenv" "\
|
|||
|
|
Activate a virtual environment from $WORKON_HOME.
|
|||
|
|
|
|||
|
|
If the virtual environment NAME is already active, this function
|
|||
|
|
does not try to reactivate the environment.
|
|||
|
|
|
|||
|
|
(fn NAME)" t)
|
|||
|
|
(defvar pyvenv-mode nil "\
|
|||
|
|
Non-nil if Pyvenv mode is enabled.
|
|||
|
|
See the `pyvenv-mode' command
|
|||
|
|
for a description of this minor mode.
|
|||
|
|
Setting this variable directly does not take effect;
|
|||
|
|
either customize it (see the info node `Easy Customization')
|
|||
|
|
or call the function `pyvenv-mode'.")
|
|||
|
|
(custom-autoload 'pyvenv-mode "pyvenv" nil)
|
|||
|
|
(autoload 'pyvenv-mode "pyvenv" "\
|
|||
|
|
Global minor mode for pyvenv.
|
|||
|
|
|
|||
|
|
Will show the current virtualenv in the mode line, and respect a
|
|||
|
|
`pyvenv-workon' setting in files.
|
|||
|
|
|
|||
|
|
This is a global minor mode. If called interactively, toggle the
|
|||
|
|
`Pyvenv mode' mode. If the prefix argument is positive, enable
|
|||
|
|
the mode, and if it is zero or negative, disable the mode.
|
|||
|
|
|
|||
|
|
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
|||
|
|
the mode if ARG is nil, omitted, or is a positive number.
|
|||
|
|
Disable the mode if ARG is a negative number.
|
|||
|
|
|
|||
|
|
To check whether the minor mode is enabled in the current buffer,
|
|||
|
|
evaluate `(default-value \\='pyvenv-mode)'.
|
|||
|
|
|
|||
|
|
The mode's hook is called both when the mode is enabled and when
|
|||
|
|
it is disabled.
|
|||
|
|
|
|||
|
|
(fn &optional ARG)" t)
|
|||
|
|
(defvar pyvenv-tracking-mode nil "\
|
|||
|
|
Non-nil if Pyvenv-Tracking mode is enabled.
|
|||
|
|
See the `pyvenv-tracking-mode' command
|
|||
|
|
for a description of this minor mode.
|
|||
|
|
Setting this variable directly does not take effect;
|
|||
|
|
either customize it (see the info node `Easy Customization')
|
|||
|
|
or call the function `pyvenv-tracking-mode'.")
|
|||
|
|
(custom-autoload 'pyvenv-tracking-mode "pyvenv" nil)
|
|||
|
|
(autoload 'pyvenv-tracking-mode "pyvenv" "\
|
|||
|
|
Global minor mode to track the current virtualenv.
|
|||
|
|
|
|||
|
|
When this mode is active, pyvenv will activate a buffer-specific
|
|||
|
|
virtualenv whenever the user switches to a buffer with a
|
|||
|
|
buffer-local `pyvenv-workon' or `pyvenv-activate' variable.
|
|||
|
|
|
|||
|
|
This is a global minor mode. If called interactively, toggle the
|
|||
|
|
`Pyvenv-Tracking mode' mode. If the prefix argument is positive,
|
|||
|
|
enable the mode, and if it is zero or negative, disable the mode.
|
|||
|
|
|
|||
|
|
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
|||
|
|
the mode if ARG is nil, omitted, or is a positive number.
|
|||
|
|
Disable the mode if ARG is a negative number.
|
|||
|
|
|
|||
|
|
To check whether the minor mode is enabled in the current buffer,
|
|||
|
|
evaluate `(default-value \\='pyvenv-tracking-mode)'.
|
|||
|
|
|
|||
|
|
The mode's hook is called both when the mode is enabled and when
|
|||
|
|
it is disabled.
|
|||
|
|
|
|||
|
|
(fn &optional ARG)" t)
|
|||
|
|
(autoload 'pyvenv-restart-python "pyvenv" "\
|
|||
|
|
Restart Python inferior processes." t)
|
|||
|
|
(register-definition-prefixes "pyvenv" '("pyvenv-"))
|
|||
|
|
|
|||
|
|
;;; End of scraped data
|
|||
|
|
|
|||
|
|
(provide 'pyvenv-autoloads)
|
|||
|
|
|
|||
|
|
;; Local Variables:
|
|||
|
|
;; version-control: never
|
|||
|
|
;; no-byte-compile: t
|
|||
|
|
;; no-update-autoloads: t
|
|||
|
|
;; no-native-compile: t
|
|||
|
|
;; coding: utf-8-emacs-unix
|
|||
|
|
;; End:
|
|||
|
|
|
|||
|
|
;;; pyvenv-autoloads.el ends here
|