Assign a better (or at least working) key to expand-region

I still wonder why C-@ didn’t work.
This commit is contained in:
Gergely Polonkai 2018-08-06 08:27:14 +02:00
parent 84d3495ac3
commit dcd6562be0
1 changed files with 2 additions and 1 deletions

View File

@ -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