fix: allow deadgreap folding in normal mode

This commit is contained in:
Zaiste 2018-10-08 18:37:13 +02:00
parent cdf745e72a
commit b4f0d60894
No known key found for this signature in database
GPG key ID: B7115FD63C83783A

View file

@ -164,6 +164,8 @@ Otherwise, jump to the matching delimiter with `evilmi-jump-items'."
(call-interactively
(cond ((derived-mode-p 'magit-mode)
#'magit-section-toggle)
((derived-mode-p 'deadgrep-mode)
#'deadgrep-toggle-file-results)
((+evil-from-eol (invisible-p (point)))
#'+evil/fold-toggle)
(#'evilmi-jump-items)))))