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.
This commit is contained in:
Vedang Manerikar 2024-05-25 15:29:07 +05:30 committed by GitHub
parent fc8112790f
commit 16f8d9f6aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
recipes/cider-storm.rcp Normal file
View File

@ -0,0 +1,7 @@
(: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")