fix grep
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user