mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Use regular expand-region
Not sure why it pointed to newer version. Looks like there has been a release since, so should be fine.
This commit is contained in:
parent
1cb1de5318
commit
51d2bc8bc0
2
init.org
2
init.org
@ -1289,8 +1289,6 @@
|
|||||||
|
|
||||||
;; Increase selected region by semantic units
|
;; Increase selected region by semantic units
|
||||||
(use-package expand-region
|
(use-package expand-region
|
||||||
: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