diff --git a/init.org b/init.org index e27aeaa..7ad362f 100644 --- a/init.org +++ b/init.org @@ -1193,6 +1193,14 @@ Don't try to check if there are files with a certain extension...it will lead to (server-start) #+END_SRC +** grep +#+BEGIN_SRC emacs-lisp +(use-package grep + :bind (:map grep-mode-map + ("c" . #'previous-error-no-select) + ("r" . #'next-error-no-select))) +#+END_SRC + * Editing :PROPERTIES: :CREATED: 2022-01-13T20:48:58+0530