mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move swiper config from core-editor to completion/ivy
This commit is contained in:
@ -68,6 +68,9 @@
|
||||
[remap execute-extended-command] 'counsel-M-x))
|
||||
|
||||
|
||||
(@def-package swiper :commands (swiper swiper-all))
|
||||
|
||||
|
||||
(@def-package counsel
|
||||
:after ivy
|
||||
:config
|
||||
|
@ -5,3 +5,4 @@
|
||||
(@package counsel)
|
||||
(@package counsel-projectile)
|
||||
(@package smex)
|
||||
(@package swiper)
|
||||
|
Reference in New Issue
Block a user