aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-10-27 23:33:40 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-10-27 23:33:40 +0100
commit958e7a843e45d81302d592701920bc247fa22865 (patch)
tree59cc2b7e0dfc8744a2fd4dd1ab8f0633be85dbda /emacs
parentb1093d40b8849d6ac12c5b36c08ac006237327ff (diff)
downloaddotfiles-958e7a843e45d81302d592701920bc247fa22865.tar.gz
dotfiles-958e7a843e45d81302d592701920bc247fa22865.zip
Change keybinding for expand-region
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