el-get/recipes/separedit.rcp
Vedang Manerikar 6b07cda51d
Add a recipe for separedit (#2942)
`twlz0ne/separedit.el` is a minor mode for editing comment / string /
docstring / code block in separate buffer.
2024-05-26 11:09:46 +02:00

7 lines
233 B
Plaintext

(: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")