diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 4a49f0b..30eae4e 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -311,6 +311,8 @@ With two prefix arguments, write out the day and month name." :commands (counsel-projectile-switch-project counsel-projectile-rg counsel-projectile-switch-to-buffer) + :general (:keymaps 'projectile-command-map + "s s" #'counsel-projectile-rg) :config (progn (with-eval-after-load 'evil-ex (evil-ex-define-cmd "cprg" #'counsel-projectile-rg) |