all repos — archive/dotfiles @ 5e4dc87f6dd7c81cde6fbddfcc85644905fb25e3

Superseded by nixfiles

Emacs: Disable “fast” keys for expand-region
Alan Pearce alan.pearce@spotcap.com
Tue, 05 Jul 2016 11:17:33 +0200
commit

5e4dc87f6dd7c81cde6fbddfcc85644905fb25e3

parent

9626966fb05cd3c309316f12ecc1a0ea49ef9434

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -2132,8 +2132,9 @@ Expanding the region by semantic units was something I quite liked from Sublime Text.  As always, there’s a mode for that.
 
 #+BEGIN_SRC emacs-lisp
-(use-package expand-region
-  :bind ("C-M-SPC" . er/expand-region))
+  (use-package expand-region
+    :bind ("C-M-SPC" . er/expand-region)
+    :config (setq expand-region-fast-keys-enabled nil))
 #+END_SRC
 
 ** Typography