Update the recipe for lispy

Lispy depends on zoutline, which is missing in the current recipe.
This commit is contained in:
Vedang Manerikar 2022-02-24 08:28:12 +05:30
parent 136dd02a1f
commit c477a8d985
2 changed files with 5 additions and 1 deletions

View File

@ -2,4 +2,4 @@
:description "vi-like paredit."
:type github
:pkgname "abo-abo/lispy"
:depends (iedit avy swiper hydra))
:depends (iedit ace-window swiper hydra zoutline))

4
recipes/zoutline.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name zoutline
:description "Emacs library for outlines."
:type github
:pkgname "abo-abo/zoutline")