mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Move swiper config from core-editor to completion/ivy
This commit is contained in:
@ -171,8 +171,6 @@
|
|||||||
(@def-package smart-forward
|
(@def-package smart-forward
|
||||||
:commands (smart-up smart-down smart-backward smart-forward))
|
:commands (smart-up smart-down smart-backward smart-forward))
|
||||||
|
|
||||||
(@def-package swiper :commands (swiper swiper-all))
|
|
||||||
|
|
||||||
(@def-package wgrep
|
(@def-package wgrep
|
||||||
:commands (wgrep-setup wgrep-change-to-wgrep-mode)
|
:commands (wgrep-setup wgrep-change-to-wgrep-mode)
|
||||||
:config
|
:config
|
||||||
|
@ -34,7 +34,6 @@
|
|||||||
(@package imenu-list)
|
(@package imenu-list)
|
||||||
(@package pcre2el)
|
(@package pcre2el)
|
||||||
(@package smart-forward)
|
(@package smart-forward)
|
||||||
(@package swiper)
|
|
||||||
(@package wgrep)
|
(@package wgrep)
|
||||||
|
|
||||||
;; core-projects.el
|
;; core-projects.el
|
||||||
|
@ -68,6 +68,9 @@
|
|||||||
[remap execute-extended-command] 'counsel-M-x))
|
[remap execute-extended-command] 'counsel-M-x))
|
||||||
|
|
||||||
|
|
||||||
|
(@def-package swiper :commands (swiper swiper-all))
|
||||||
|
|
||||||
|
|
||||||
(@def-package counsel
|
(@def-package counsel
|
||||||
:after ivy
|
:after ivy
|
||||||
:config
|
:config
|
||||||
|
@ -5,3 +5,4 @@
|
|||||||
(@package counsel)
|
(@package counsel)
|
||||||
(@package counsel-projectile)
|
(@package counsel-projectile)
|
||||||
(@package smex)
|
(@package smex)
|
||||||
|
(@package swiper)
|
||||||
|
Reference in New Issue
Block a user