aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/loader.org2
1 files changed, 1 insertions, 1 deletions
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