diff options
Diffstat (limited to 'tools/emacs')
-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 |