Move swiper config from core-editor to completion/ivy
This commit is contained in:
parent
a511d5ea00
commit
ebb30b1512
4 changed files with 4 additions and 3 deletions
|
@ -171,8 +171,6 @@
|
|||
(@def-package smart-forward
|
||||
:commands (smart-up smart-down smart-backward smart-forward))
|
||||
|
||||
(@def-package swiper :commands (swiper swiper-all))
|
||||
|
||||
(@def-package wgrep
|
||||
:commands (wgrep-setup wgrep-change-to-wgrep-mode)
|
||||
:config
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
(@package imenu-list)
|
||||
(@package pcre2el)
|
||||
(@package smart-forward)
|
||||
(@package swiper)
|
||||
(@package wgrep)
|
||||
|
||||
;; core-projects.el
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue