Add Expand Region keybinding
This commit is contained in:
parent
feaab104ec
commit
3de2979151
1 changed files with 9 additions and 0 deletions
|
@ -204,6 +204,15 @@ Computing Environment".
|
||||||
(add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))
|
(add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Global Keybindings
|
||||||
|
|
||||||
|
Bind expand-region, which functions a lot like a better
|
||||||
|
~mark-sexp~.
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(global-set-key (kbd "C-M-SPC") 'er/expand-region)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Typographic style
|
* Typographic style
|
||||||
|
|
||||||
Emacs being a text editor has options on how to handle your text.
|
Emacs being a text editor has options on how to handle your text.
|
||||||
|
|
Loading…
Reference in a new issue