From 28e79da3dde31e6d0639d2d64f3c97042c841f4b Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Tue, 31 Oct 2023 08:23:51 +0530 Subject: [PATCH] Add a recipe for using Flowstorm in Cider 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")