Lispy: Use lispy-down (#278)

This commit is contained in:
James Nguyen 2019-12-08 07:43:44 -08:00
parent 541346ff10
commit 9ab6e391bd
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
(and (lispy-bolp)
(or (looking-at lispy-outline-header)
(looking-at lispy-outline))))
(call-interactively #'sp-next-sexp)))))
(call-interactively #'lispy-down)))))
(defun evil-collection-lispy-delete (arg)
"Copy and delete current sexp.