Fix doom:ivy-swiper autoloader

This commit is contained in:
Henrik Lissner 2016-09-07 19:10:25 +02:00
parent a1078ac3c5
commit 469af571e5

View file

@ -71,7 +71,7 @@ all open buffers."
(interactive "<!>")
(if bang (ivy-recentf) (projectile-recentf)))
;;;###autoload (autoload 'doom:ivy-swipe "defuns-ivy" nil t)
;;;###autoload (autoload 'doom:ivy-swiper "defuns-ivy" nil t)
(evil-define-command doom:ivy-swiper (&optional search)
(interactive "<a>")
(swiper (or search (thing-at-point 'symbol))))