diff options
author | Alan Pearce | 2017-08-21 12:46:02 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-21 12:46:02 +0200 |
commit | 040a5ad69c629c38663d36d2f3eca3c89c749d5f (patch) | |
tree | 9b7459f1240db8ae2677f82d744e0f8ae07ac026 /emacs/.emacs.d/main.el | |
parent | c8902f1a82d0e25b358b4c18dbbf95b9f3305008 (diff) | |
download | nixfiles-040a5ad69c629c38663d36d2f3eca3c89c749d5f.tar.lz nixfiles-040a5ad69c629c38663d36d2f3eca3c89c749d5f.tar.zst nixfiles-040a5ad69c629c38663d36d2f3eca3c89c749d5f.zip |
Emacs: Fix C-c p s s binding
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r-- | emacs/.emacs.d/main.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 403c5b17..d88a45d1 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -626,6 +626,7 @@ (use-package counsel-projectile :after (counsel projectile) + :bind (("C-c p s s" . counsel-projectile-rg)) :config (progn (counsel-projectile-on) (def-projectile-commander-method ?A |