From b013a7aab17e8c3442574c200f076864a2274924 Mon Sep 17 00:00:00 2001 From: 813gan <29867887+813gan@users.noreply.github.com> Date: Tue, 25 Jun 2024 07:18:35 +0200 Subject: [PATCH] Add a recipe for helm-sx (#2949) --- recipes/helm-sx.rcp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/helm-sx.rcp diff --git a/recipes/helm-sx.rcp b/recipes/helm-sx.rcp new file mode 100644 index 000000000..2d74bf930 --- /dev/null +++ b/recipes/helm-sx.rcp @@ -0,0 +1,5 @@ +(:name helm-sx + :description "Helm interface for sx.el - Stack Exchange client" + :type github + :pkgname "813gan/helm-sx.el" + :depends (sx helm))