summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 554d7c1..30140ce 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -89,8 +89,7 @@
(counsel-mode 1)
(diminish 'counsel-mode)
-(global-set-key (kbd "C-c s") #'swiper)
-(global-set-key (kbd "C-c x") #'swiper-all)
+(global-set-key (kbd "C-c s") #'my/swiper)
(dolist (fn '(isearch-forward isearch-backward))
(advice-add fn :after #'my/isearch-region))