1
0
This commit is contained in:
2025-07-12 12:26:03 -07:00
parent 95b645b1f0
commit 36a580d62f

View File

@@ -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