Skip to content

Commit

Permalink
Add a recipe for using Flowstorm in Cider
Browse files Browse the repository at this point in the history
Flowstorm is a new debugger for Clojure, and this package provides an
interface to using Flowstorm via Cider.
  • Loading branch information
vedang committed May 6, 2024
1 parent f8f651b commit 28e79da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recipes/cider-storm.rcp
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 28e79da

Please sign in to comment.