Fix installation of CIDER

CIDER now depends on the new package called `sesman` that provides some kind of generic
session management for Emacs
This commit is contained in:
Alex Ott 2018-07-29 15:00:58 +02:00
parent 67a05ed3dc
commit a063360741
2 changed files with 5 additions and 1 deletions

View File

@ -2,4 +2,4 @@
:description "CIDER is a Clojure IDE and REPL."
:type github
:pkgname "clojure-emacs/cider"
:depends (seq queue clojure-mode pkg-info spinner))
:depends (seq queue clojure-mode pkg-info spinner sesman))

4
recipes/sesman.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name sesman
:description "Generic Session Manager for Emacs"
:type github
:pkgname "vspinu/sesman")