diff options
Diffstat (limited to '')
-rw-r--r-- | doom.d/config.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doom.d/config.el b/doom.d/config.el index 69c1772..82e4b4c 100644 --- a/doom.d/config.el +++ b/doom.d/config.el @@ -57,6 +57,7 @@ ;; Custom keybindings ;; -------------------- (global-set-key (kbd "C-c s") 'mrl/switch-to-scratch) +(global-set-key (kbd "C-c r") 'counsel-rg) ;; Basic agenda stuff |