From dcd6562be0ee396e0a38bc3b45e72abc7144ecb1 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 6 Aug 2018 08:27:14 +0200 Subject: [PATCH] Assign a better (or at least working) key to expand-region MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I still wonder why C-@ didn’t work. --- configuration.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index 3735ce0..66ca645 100644 --- a/configuration.org +++ b/configuration.org @@ -1736,7 +1736,8 @@ Toggle other windows for maximum focus. When focus is no longer needed, they ca #+BEGIN_SRC emacs-lisp (use-package expand-region :bind - (("C-@" . er/expand-region))) + (:map gpolonkai/pers-map + ("x" . er/expand-region))) #+END_SRC ** Read and Edit MediaWiki pages in an Emacs window