Klimi's new dotfiles with stow.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

84 строки
2.1 KiB

4 лет назад
  1. ;;; elpy-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 "elpy" "elpy.el" (0 0 0 0))
  7. ;;; Generated autoloads from elpy.el
  8. (autoload 'elpy-enable "elpy" "\
  9. Enable Elpy in all future Python buffers.
  10. \(fn &optional IGNORED)" t nil)
  11. (autoload 'elpy-mode "elpy" "\
  12. Minor mode in Python buffers for the Emacs Lisp Python Environment.
  13. This mode fully supports virtualenvs. Once you switch a
  14. virtualenv using \\[pyvenv-workon], you can use
  15. \\[elpy-rpc-restart] to make the elpy Python process use your
  16. virtualenv.
  17. \\{elpy-mode-map}
  18. \(fn &optional ARG)" t nil)
  19. (autoload 'elpy-config "elpy" "\
  20. Configure Elpy.
  21. This function will pop up a configuration buffer, which is mostly
  22. a customize buffer, but has some more options.
  23. \(fn)" t nil)
  24. (autoload 'elpy-version "elpy" "\
  25. Display the version of Elpy.
  26. \(fn)" t nil)
  27. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elpy" '("elpy-")))
  28. ;;;***
  29. ;;;### (autoloads nil "elpy-django" "elpy-django.el" (0 0 0 0))
  30. ;;; Generated autoloads from elpy-django.el
  31. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elpy-django" '("elpy-")))
  32. ;;;***
  33. ;;;### (autoloads nil "elpy-profile" "elpy-profile.el" (0 0 0 0))
  34. ;;; Generated autoloads from elpy-profile.el
  35. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elpy-profile" '("elpy-profile-")))
  36. ;;;***
  37. ;;;### (autoloads nil "elpy-refactor" "elpy-refactor.el" (0 0 0 0))
  38. ;;; Generated autoloads from elpy-refactor.el
  39. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elpy-refactor" '("elpy-refactor")))
  40. ;;;***
  41. ;;;### (autoloads nil "elpy-shell" "elpy-shell.el" (0 0 0 0))
  42. ;;; Generated autoloads from elpy-shell.el
  43. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elpy-shell" '("elpy-")))
  44. ;;;***
  45. ;;;### (autoloads nil nil ("elpy-pkg.el") (0 0 0 0))
  46. ;;;***
  47. ;; Local Variables:
  48. ;; version-control: never
  49. ;; no-byte-compile: t
  50. ;; no-update-autoloads: t
  51. ;; coding: utf-8
  52. ;; End:
  53. ;;; elpy-autoloads.el ends here