Assign a better (or at least working) key to expand-region
I still wonder why C-@ didn’t work.
This commit is contained in:
parent
84d3495ac3
commit
dcd6562be0
@ -1736,7 +1736,8 @@ Toggle other windows for maximum focus. When focus is no longer needed, they ca
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package expand-region
|
(use-package expand-region
|
||||||
:bind
|
:bind
|
||||||
(("C-@" . er/expand-region)))
|
(:map gpolonkai/pers-map
|
||||||
|
("x" . er/expand-region)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Read and Edit MediaWiki pages in an Emacs window
|
** Read and Edit MediaWiki pages in an Emacs window
|
||||||
|
Loading…
Reference in New Issue
Block a user