mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
completion/ivy: remap swiper -> counsel-grep-or-swiper #432
This commit is contained in:
@ -94,7 +94,8 @@ immediately runs it on the current candidate (ending the ivy session)."
|
|||||||
[remap info-lookup-symbol] #'counsel-info-lookup-symbol
|
[remap info-lookup-symbol] #'counsel-info-lookup-symbol
|
||||||
[remap imenu] #'counsel-imenu
|
[remap imenu] #'counsel-imenu
|
||||||
[remap recentf-open-files] #'counsel-recentf
|
[remap recentf-open-files] #'counsel-recentf
|
||||||
[remap org-capture] #'counsel-org-capture)
|
[remap org-capture] #'counsel-org-capture
|
||||||
|
[remap swiper] #'counsel-grep-or-swiper)
|
||||||
:config
|
:config
|
||||||
(set! :popup "^\\*ivy-occur" '((size . 0.35)) '((transient . 0) (quit)))
|
(set! :popup "^\\*ivy-occur" '((size . 0.35)) '((transient . 0) (quit)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user