Add a recipe for separedit (#2942)

`twlz0ne/separedit.el` is a minor mode for editing comment / string /
docstring / code block in separate buffer.
This commit is contained in:
Vedang Manerikar 2024-05-26 14:39:46 +05:30 committed by GitHub
parent b16abb6ba1
commit 6b07cda51d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
recipes/separedit.rcp Normal file
View File

@ -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")