Fix #4430: wrong-num-of-args error on expand-region
This commit is contained in:
parent
39d6caf090
commit
49f3bc193a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
(use-package! expand-region
|
(use-package! expand-region
|
||||||
:commands (er/contract-region er/mark-symbol er/mark-word)
|
:commands (er/contract-region er/mark-symbol er/mark-word)
|
||||||
:config
|
:config
|
||||||
(defadvice! doom--quit-expand-region-a ()
|
(defadvice! doom--quit-expand-region-a (&rest _)
|
||||||
"Properly abort an expand-region region."
|
"Properly abort an expand-region region."
|
||||||
:before '(evil-escape doom/escape)
|
:before '(evil-escape doom/escape)
|
||||||
(when (memq last-command '(er/expand-region er/contract-region))
|
(when (memq last-command '(er/expand-region er/contract-region))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue