mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Changed bindings for expand region #2
This commit is contained in:
parent
9884d8efbe
commit
c3fdc3b595
4
init.org
4
init.org
@ -1217,8 +1217,8 @@
|
||||
Bindings for [[https://github.com/magnars/expand-region.el][expand-region]].
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(define-key custom-bindings-map (kbd "C-'") 'er/expand-region)
|
||||
(define-key custom-bindings-map (kbd "C-\"") 'er/contract-region)
|
||||
(define-key custom-bindings-map (kbd "C->") 'er/expand-region)
|
||||
(define-key custom-bindings-map (kbd "C-<") 'er/contract-region)
|
||||
#+END_SRC
|
||||
|
||||
Bindings for [[https://github.com/magnars/multiple-cursors.el][multiple-cursors]].
|
||||
|
Loading…
Reference in New Issue
Block a user