diff options
author | Amin Bandali <bandali@gnu.org> | 2019-04-25 20:37:01 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-04-25 20:37:01 -0400 |
commit | 9d8d7a439bb1b584624036055a91641bcf36a93d (patch) | |
tree | 0b3b023532dea69a23941f7e73ad5b957d828c05 | |
parent | f556a822b110b1949fb4aa62e2cc6d3c762a06c3 (diff) | |
download | configs-9d8d7a439bb1b584624036055a91641bcf36a93d.tar.gz configs-9d8d7a439bb1b584624036055a91641bcf36a93d.tar.xz configs-9d8d7a439bb1b584624036055a91641bcf36a93d.zip |
emacs: try out swiper-isearch for a while
https://oremacs.com/2019/04/07/swiper-isearch/
-rw-r--r-- | .emacs.d/init.org | 2 |
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 |