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.

17 lines
635 B

  1. (define-package "elpy" "20210328.1852" "Emacs Python Development Environment"
  2. '((company "0.9.2")
  3. (emacs "24.4")
  4. (highlight-indentation "0.5.0")
  5. (pyvenv "1.3")
  6. (yasnippet "0.8.0")
  7. (s "1.11.0"))
  8. :commit "2203597e1254eba345d6873daa40c7b9d144931c" :authors
  9. '(("Jorgen Schaefer <contact@jorgenschaefer.de>, Gaby Launay" . "gaby.launay@protonmail.com"))
  10. :maintainer
  11. '("Jorgen Schaefer <contact@jorgenschaefer.de>, Gaby Launay" . "gaby.launay@protonmail.com")
  12. :keywords
  13. '("python" "ide" "languages" "tools")
  14. :url "https://github.com/jorgenschaefer/elpy")
  15. ;; Local Variables:
  16. ;; no-byte-compile: t
  17. ;; End: