Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
2.6 KiB

  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. If called interactively, enable Elpy mode if ARG is positive, and
  14. disable it if ARG is zero or negative. If called from Lisp, also
  15. enable the mode if ARG is omitted or nil, and toggle it if ARG is
  16. `toggle'; disable the mode otherwise.
  17. This mode fully supports virtualenvs. Once you switch a
  18. virtualenv using \\[pyvenv-workon], you can use
  19. \\[elpy-rpc-restart] to make the elpy Python process use your
  20. virtualenv.
  21. \\{elpy-mode-map}
  22. \(fn &optional ARG)" t nil)
  23. (autoload 'elpy-config "elpy" "\
  24. Configure Elpy.
  25. This function will pop up a configuration buffer, which is mostly
  26. a customize buffer, but has some more options." t nil)
  27. (autoload 'elpy-version "elpy" "\
  28. Display the version of Elpy." t nil)
  29. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elpy" '("elpy-")))
  30. ;;;***
  31. ;;;### (autoloads nil "elpy-django" "elpy-django.el" (0 0 0 0))
  32. ;;; Generated autoloads from elpy-django.el
  33. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elpy-django" '("elpy-")))
  34. ;;;***
  35. ;;;### (autoloads nil "elpy-profile" "elpy-profile.el" (0 0 0 0))
  36. ;;; Generated autoloads from elpy-profile.el
  37. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elpy-profile" '("elpy-profile-")))
  38. ;;;***
  39. ;;;### (autoloads nil "elpy-refactor" "elpy-refactor.el" (0 0 0 0))
  40. ;;; Generated autoloads from elpy-refactor.el
  41. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elpy-refactor" '("elpy-refactor")))
  42. ;;;***
  43. ;;;### (autoloads nil "elpy-rpc" "elpy-rpc.el" (0 0 0 0))
  44. ;;; Generated autoloads from elpy-rpc.el
  45. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elpy-rpc" '("elpy-" "with-elpy-rpc-virtualenv-activated")))
  46. ;;;***
  47. ;;;### (autoloads nil "elpy-shell" "elpy-shell.el" (0 0 0 0))
  48. ;;; Generated autoloads from elpy-shell.el
  49. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elpy-shell" '("elpy-")))
  50. ;;;***
  51. ;;;### (autoloads nil nil ("elpy-pkg.el") (0 0 0 0))
  52. ;;;***
  53. ;; Local Variables:
  54. ;; version-control: never
  55. ;; no-byte-compile: t
  56. ;; no-update-autoloads: t
  57. ;; coding: utf-8
  58. ;; End:
  59. ;;; elpy-autoloads.el ends here