mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00

ein seems to have preferred the old default encoding of `binary` versus `utf-8`. Explicity set encoding back to `binary` but this necessitates our using the latest emacs-request. Fixes #566
13 lines
318 B
EmacsLisp
13 lines
318 B
EmacsLisp
(define-package "ein"
|
|
"0.16.2"
|
|
"Emacs IPython Notebook"
|
|
'((emacs "25")
|
|
(websocket "20190620.338")
|
|
(auto-complete "1.4.0")
|
|
(request "20190621.1622")
|
|
(deferred "0.5")
|
|
(polymode "20190426.1729")
|
|
(markdown-mode "20171116.756")
|
|
(dash "2.13.0")
|
|
(s "1.11.0")
|
|
(skewer-mode "1.6.2")))
|