Move swiper config from core-editor to completion/ivy

This commit is contained in:
Henrik Lissner 2017-02-21 16:03:44 -05:00
parent a511d5ea00
commit ebb30b1512
4 changed files with 4 additions and 3 deletions

View file

@ -68,6 +68,9 @@
[remap execute-extended-command] 'counsel-M-x))
(@def-package swiper :commands (swiper swiper-all))
(@def-package counsel
:after ivy
:config

View file

@ -5,3 +5,4 @@
(@package counsel)
(@package counsel-projectile)
(@package smex)
(@package swiper)