mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] Add expand-region
This commit is contained in:
parent
7e9c5757c9
commit
f0deb1b398
1 changed files with 9 additions and 0 deletions
|
@ -456,6 +456,15 @@ magnitude faster.
|
||||||
:ensure t
|
:ensure t
|
||||||
:defer 1)
|
:defer 1)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
*** Expand Region
|
||||||
|
Increase selected region by semantic units.
|
||||||
|
|
||||||
|
#+name: packages
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package expand-region
|
||||||
|
:ensure t
|
||||||
|
:bind (("C-=" . er/expand-region)))
|
||||||
|
#+END_SRC
|
||||||
** Libraries
|
** Libraries
|
||||||
*** Dash
|
*** Dash
|
||||||
A modern list api for Emacs. No 'cl required.
|
A modern list api for Emacs. No 'cl required.
|
||||||
|
|
Loading…
Reference in a new issue