From 958e7a843e45d81302d592701920bc247fa22865 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 27 Oct 2018 23:33:40 +0100 Subject: Change keybinding for expand-region --- emacs/loader.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/loader.org b/emacs/loader.org index 13bff68..e9c4955 100644 --- a/emacs/loader.org +++ b/emacs/loader.org @@ -537,7 +537,7 @@ incrementally selecting more and more of the text. #+BEGIN_SRC emacs-lisp (use-package expand-region - :bind ("C-i" . er/expand-region)) + :bind ("M-m" . er/expand-region)) #+END_SRC *** Dired -- cgit