From 3a719993fcf5cb3a85fde9f9e8df644f907bc32d Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 17 Dec 2019 00:38:18 +0000 Subject: fix(emacs.d): Change binding for ivy-browse-repositories This avoids a conflict with some work tooling. --- tools/emacs/config/bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/emacs') 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 -- cgit 1.4.1