~edwargix/emacs.d

066911da9b5f671c718f614f7cf5caeca937a503 — David Florness 6 years ago 2ca3fe4
Use isearch-forward in Info-mode

I can search an entire manual this way; see

https://www.reddit.com/r/emacs/comments/bl3dsb/search_entire_info_manual_with_swiper/
1 files changed, 3 insertions(+), 1 deletions(-)

M lisp/setup-ivy.el
M lisp/setup-ivy.el => lisp/setup-ivy.el +3 -1
@@ 18,4 18,6 @@

(use-package swiper
  :bind
  ("C-s" . swiper))
  (("C-s" . swiper)
   :map Info-mode-map
   ("C-s" . isearch-forward)))