Add helm-swoop init file

This commit is contained in:
syl20bnr 2014-09-03 23:51:30 -04:00
parent 28655a2602
commit 5ee0959a13

View file

@ -0,0 +1,7 @@
(use-package helm-swoop
:defer t
:init
(evil-leader/set-key
"hS" 'helm-multi-swoop
"hs" 'helm-swoop
"h C-s" 'helm-multi-swoop-all))