summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index b46b8b0..244d9b0 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -1090,7 +1090,7 @@ There's no way I could top that, so I won't attempt to.
#+begin_src emacs-lisp
(use-package swiper
:after ivy
- :bind (("C-s" . swiper)
+ :bind (("C-s" . swiper-isearch)
("C-r" . swiper)
("C-S-s" . isearch-forward)))
#+end_src