Klimi's new dotfiles with stow.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

82 rader
2.2 KiB

4 år sedan
  1. ;;; pyvenv-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "pyvenv" "pyvenv.el" (0 0 0 0))
  7. ;;; Generated autoloads from pyvenv.el
  8. (autoload 'pyvenv-activate "pyvenv" "\
  9. Activate the virtual environment in DIRECTORY.
  10. \(fn DIRECTORY)" t nil)
  11. (autoload 'pyvenv-deactivate "pyvenv" "\
  12. Deactivate any current virtual environment.
  13. \(fn)" t nil)
  14. (autoload 'pyvenv-workon "pyvenv" "\
  15. Activate a virtual environment from $WORKON_HOME.
  16. If the virtual environment NAME is already active, this function
  17. does not try to reactivate the environment.
  18. \(fn NAME)" t nil)
  19. (defvar pyvenv-mode nil "\
  20. Non-nil if Pyvenv mode is enabled.
  21. See the `pyvenv-mode' command
  22. for a description of this minor mode.
  23. Setting this variable directly does not take effect;
  24. either customize it (see the info node `Easy Customization')
  25. or call the function `pyvenv-mode'.")
  26. (custom-autoload 'pyvenv-mode "pyvenv" nil)
  27. (autoload 'pyvenv-mode "pyvenv" "\
  28. Global minor mode for pyvenv.
  29. Will show the current virtualenv in the mode line, and respect a
  30. `pyvenv-workon' setting in files.
  31. \(fn &optional ARG)" t nil)
  32. (defvar pyvenv-tracking-mode nil "\
  33. Non-nil if Pyvenv-Tracking mode is enabled.
  34. See the `pyvenv-tracking-mode' command
  35. for a description of this minor mode.
  36. Setting this variable directly does not take effect;
  37. either customize it (see the info node `Easy Customization')
  38. or call the function `pyvenv-tracking-mode'.")
  39. (custom-autoload 'pyvenv-tracking-mode "pyvenv" nil)
  40. (autoload 'pyvenv-tracking-mode "pyvenv" "\
  41. Global minor mode to track the current virtualenv.
  42. When this mode is active, pyvenv will activate a buffer-specific
  43. virtualenv whenever the user switches to a buffer with a
  44. buffer-local `pyvenv-workon' or `pyvenv-activate' variable.
  45. \(fn &optional ARG)" t nil)
  46. (autoload 'pyvenv-restart-python "pyvenv" "\
  47. Restart Python inferior processes.
  48. \(fn)" t nil)
  49. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "pyvenv" '("pyvenv-")))
  50. ;;;***
  51. ;; Local Variables:
  52. ;; version-control: never
  53. ;; no-byte-compile: t
  54. ;; no-update-autoloads: t
  55. ;; coding: utf-8
  56. ;; End:
  57. ;;; pyvenv-autoloads.el ends here