From 5e4dc87f6dd7c81cde6fbddfcc85644905fb25e3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 5 Jul 2016 11:17:33 +0200 Subject: Emacs: Disable “fast” keys for expand-region --- tag-emacs/emacs.d/init.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 5382bdc..905b46e 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-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 -- cgit 1.4.1