Skip to content

Commit

Permalink
Add a recipe for separedit
Browse files Browse the repository at this point in the history
`twlz0ne/separedit.el` is a minor mode for editing comment / string /
docstring / code block in separate buffer.
  • Loading branch information
vedang committed May 6, 2024
1 parent f8f651b commit 13f9f20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/separedit.rcp
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 13f9f20

Please sign in to comment.