Remove expand-region package
It was unused, and is redundant with evil's text object expansion keys.
This commit is contained in:
parent
884957bdc6
commit
4fbf7a2687
3 changed files with 0 additions and 22 deletions
|
@ -2,10 +2,6 @@
|
|||
|
||||
;; This file defines a Spacemacs-esque keybinding scheme
|
||||
|
||||
;; expand-region's prompt can't tell what key contract-region is bound to, so we
|
||||
;; tell it explicitly.
|
||||
(setq expand-region-contract-fast-key "C-v")
|
||||
|
||||
;; Don't let evil-collection interfere with certain keys
|
||||
(setq evil-collection-key-blacklist
|
||||
(list "C-j" "C-k" "gd" "gf" "K" "[" "]" "gz"
|
||||
|
@ -65,12 +61,6 @@
|
|||
:i [remap newline] #'newline-and-indent ; auto-indent on newline
|
||||
:i "C-j" #'+default/newline ; default behavior
|
||||
|
||||
;; expand-region
|
||||
:v "v" (general-predicate-dispatch 'er/expand-region
|
||||
(eq (evil-visual-type) 'line)
|
||||
'evil-visual-char)
|
||||
:v "C-v" #'er/contract-region
|
||||
|
||||
(:after vc-annotate
|
||||
:map vc-annotate-mode-map
|
||||
[remap quit-window] #'kill-this-buffer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue