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.

11 lines
313 B

  1. (define-package "elpy" "1.35.0" "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 "4666c16ef362d4f99053bbc0856d8c65121e1825")
  9. ;; Local Variables:
  10. ;; no-byte-compile: t
  11. ;; End: