summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f556a82)
https://oremacs.com/2019/04/07/swiper-isearch/
#+begin_src emacs-lisp
(use-package swiper
:after ivy
#+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
("C-r" . swiper)
("C-S-s" . isearch-forward)))
#+end_src