mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-09 03:46:38 -04:00

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.
7 lines
244 B
EmacsLisp
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")))
|