Fix doom:ivy-swiper autoloader
This commit is contained in:
parent
a1078ac3c5
commit
469af571e5
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue