el-get/recipes/cider-storm.rcp
Vedang Manerikar 16f8d9f6aa
Add a recipe for using Flowstorm in Cider (#2929)
Flowstorm is a new debugger for Clojure, and this package provides an
interface to using Flowstorm via Cider.
2024-05-25 11:59:07 +02:00

8 lines
229 B
Plaintext

(:name cider-storm
:description "Cider front-end for the FlowStorm debugger"
:type github
:pkgname "flow-storm/cider-storm"
:load-path (".")
:depends (cider)
:minimum-emacs-version "26")