about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-17T00·38+0000
committerVincent Ambo <tazjin@google.com>2019-12-17T00·38+0000
commit3a719993fcf5cb3a85fde9f9e8df644f907bc32d (patch)
tree4309524ce6a04056b6c324f4c7811aafcdb3711e /tools
parent0b6365efe546ad73335efcaf5905f9adcdc0a9de (diff)
fix(emacs.d): Change binding for ivy-browse-repositories r/171
This avoids a conflict with some work tooling.
Diffstat (limited to 'tools')
-rw-r--r--tools/emacs/config/bindings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emacs/config/bindings.el b/tools/emacs/config/bindings.el
index 502750aa9d..fa2f1f41f8 100644
--- a/tools/emacs/config/bindings.el
+++ b/tools/emacs/config/bindings.el
@@ -18,7 +18,7 @@
 (global-set-key (kbd "C-x m") 'eshell)
 
 ;; Start a new eshell even if one is active.
-(global-set-key (kbd "C-x p") 'ivy-browse-repositories)
+(global-set-key (kbd "C-x C-p") 'ivy-browse-repositories)
 (global-set-key (kbd "M-g M-g") 'goto-line-with-feedback)
 
 ;; Miscellaneous editing commands