From 6b07cda51dd705f52bd058af9996ed40a18d928d Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sun, 26 May 2024 14:39:46 +0530 Subject: [PATCH] Add a recipe for separedit (#2942) `twlz0ne/separedit.el` is a minor mode for editing comment / string / docstring / code block in separate buffer. --- recipes/separedit.rcp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/separedit.rcp diff --git a/recipes/separedit.rcp b/recipes/separedit.rcp new file mode 100644 index 000000000..5fdd9c972 --- /dev/null +++ b/recipes/separedit.rcp @@ -0,0 +1,6 @@ +(:name separedit + :type github + :pkgname "twlz0ne/separedit.el" + :minimum-emacs-version "25.1" + :depends (dash edit-indirect) + :description "Edit comment/string/docstring/code block in separate buffer")