mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Use newer expand region
I am considering using vc for all packages...
This commit is contained in:
parent
18de42ecde
commit
b6d5254d6f
1
init.org
1
init.org
@ -1251,6 +1251,7 @@
|
|||||||
;; Increase selected region by semantic units
|
;; Increase selected region by semantic units
|
||||||
(use-package expand-region
|
(use-package expand-region
|
||||||
:defer t
|
:defer t
|
||||||
|
:vc (:url "git@github.com:magnars/expand-region.el.git" :rev :newest)
|
||||||
:bind (:map custom-bindings-map ("C-=" . er/expand-region)))
|
:bind (:map custom-bindings-map ("C-=" . er/expand-region)))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
Loading…
Reference in New Issue
Block a user