From 36a580d62fc20c7ab7841e2b7ce6ab2a5a1f9b08 Mon Sep 17 00:00:00 2001 From: Timo Bingmann Date: Sat, 12 Jul 2025 12:26:03 -0700 Subject: [PATCH] fix grep --- home/develop/emacs/custom.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/develop/emacs/custom.el b/home/develop/emacs/custom.el index 5e6c94b..1777ecb 100644 --- a/home/develop/emacs/custom.el +++ b/home/develop/emacs/custom.el @@ -636,7 +636,7 @@ frame if FRAME is nil, and to 1 if AMT is nil." (use-package cc-mode :bind (:map c++-mode-map - ("C-c C-s" . my-ag-grep))) + ("C-c C-s" . rg-dwim-current-dir-no-ask))) ;; ----------------------------------------------------------------------------- ;; --- Python Configuration @@ -645,7 +645,7 @@ frame if FRAME is nil, and to 1 if AMT is nil." (use-package python-mode :defer t :bind (:map python-mode-map - ("C-c C-s" . ripgrep))) + ("C-c C-s" . rg-dwim-current-dir-no-ask))) ;; ----------------------------------------------------------------------------- ;; --- Scala Configuration