emacs-ipython-notebook/lisp/ein-pkg.el
John Miller 029f72d46d Renaming to ein2
Renaming to ein2 in preparation for submitting to melpa. Note this
changes how you load ein! Call (require 'ein2) now instead of (require
'ein).

Note also that you can't load both ein and ein2 at the same time, so you
should delete ein from your packages before trying ein2.
2014-12-06 13:22:13 -06:00

7 lines
244 B
EmacsLisp

(define-package "ein2"
"2.0"
"Emacs IPython Notebook with support for IPython 2.x and beyond."
'((websocket "1.3")
(request "0.2")
;; `auto-complete' is not really a dependency, but who use EIN w/o AC?
(auto-complete "1.4")))