SWIPER: use thing-at-point by default when searching with swiper

This commit is contained in:
Laurens Miers 2023-08-01 09:35:47 +02:00
parent 54491b0c06
commit ff9ed0382d

View file

@ -311,7 +311,7 @@ https://github.com/abo-abo/swiper
(use-package swiper (use-package swiper
:after ivy :after ivy
:bind ( :bind (
("C-s" . swiper) ("C-s" . swiper-thing-at-point)
) )
) )