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