el-get/recipes/ein.rcp
Ethan White f98b738f27 Update ein pkgname
The original ein package is now unmaintained. This updates the recipe to the
to point to the actively maintained fork that has become the official repository
on MELPA [1].

[1] https://github.com/milkypostman/melpa/pull/2245
2015-02-08 19:30:43 -07:00

9 lines
257 B
Plaintext

(:name ein
:description "IPython notebook client in Emacs"
:type github
:pkgname "millejoh/emacs-ipython-notebook"
:depends (websocket request auto-complete)
:load-path ("lisp")
:submodule nil
:features ein)