Fix incorrect uses of add-to-list
This commit is contained in:
parent
b84946318c
commit
3b85720c9c
6 changed files with 6 additions and 6 deletions
|
@ -293,7 +293,7 @@ the new algorithm is confusing, like in python or ruby."
|
|||
fn '((:default . evil-mc-execute-default-call))))
|
||||
|
||||
;; disable evil-escape in evil-mc; causes unwanted text on invocation
|
||||
(add-to-list 'evil-mc-incompatible-minor-modes 'evil-escape-mode #'eq)
|
||||
(add-to-list 'evil-mc-incompatible-minor-modes 'evil-escape-mode nil #'eq)
|
||||
|
||||
(defun +evil|escape-multiple-cursors ()
|
||||
"Clear evil-mc cursors and restore state."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue