From 16f8d9f6aa878fa72d6c3d3220f497cf6cb36c0c Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sat, 25 May 2024 15:29:07 +0530 Subject: [PATCH] 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. --- recipes/cider-storm.rcp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes/cider-storm.rcp diff --git a/recipes/cider-storm.rcp b/recipes/cider-storm.rcp new file mode 100644 index 000000000..a88fa3ba9 --- /dev/null +++ b/recipes/cider-storm.rcp @@ -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")