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.
 
 

12 lines
459 B

(define-package "elpy" "1.0"
"Emacs Lisp Python Environment"
'((auto-complete "1.4")
(fuzzy "0.1") ;; For auto-complete
(yasnippet "0.8")
(virtualenv "1.2")
(highlight-indentation "0.5.0")
(find-file-in-project "3.2")
(idomenu "0.1")
(nose "0.1.1")
(iedit "0.97"))
)