mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
Fix doom:ivy-swiper autoloader
This commit is contained in:
@@ -71,7 +71,7 @@ all open buffers."
|
|||||||
(interactive "<!>")
|
(interactive "<!>")
|
||||||
(if bang (ivy-recentf) (projectile-recentf)))
|
(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)
|
(evil-define-command doom:ivy-swiper (&optional search)
|
||||||
(interactive "<a>")
|
(interactive "<a>")
|
||||||
(swiper (or search (thing-at-point 'symbol))))
|
(swiper (or search (thing-at-point 'symbol))))
|
||||||
|
Reference in New Issue
Block a user