diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-17T00·38+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-17T00·38+0000 |
commit | 3a719993fcf5cb3a85fde9f9e8df644f907bc32d (patch) | |
tree | 4309524ce6a04056b6c324f4c7811aafcdb3711e /tools/emacs/config/bindings.el | |
parent | 0b6365efe546ad73335efcaf5905f9adcdc0a9de (diff) |
fix(emacs.d): Change binding for ivy-browse-repositories r/171
This avoids a conflict with some work tooling.
Diffstat (limited to 'tools/emacs/config/bindings.el')
-rw-r--r-- | tools/emacs/config/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emacs/config/bindings.el b/tools/emacs/config/bindings.el index 502750aa9df6..fa2f1f41f840 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 |