diff --git a/init.org b/init.org index aac8208..7761dcc 100644 --- a/init.org +++ b/init.org @@ -1078,6 +1078,15 @@ Don't try to check if there are files with a certain extension...it will lead to :PROPERTIES: :CUSTOM_ID: search :END: + +** isearch +#+BEGIN_SRC emacs-lisp +(use-package isearch + :bind (:map isearch-mode-map + ("C-c" . #'isearch-repeat-backward) + ("C-r" . #'isearch-repeat-forward))) +#+END_SRC + ** ag, the Silver Searcher :PROPERTIES: :CUSTOM_ID: ag