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 "<!>")
|
||||
(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))))
|
||||
|
Reference in New Issue
Block a user