Merge pull request #3317 from yoavm448/evil-mc-lispy

Add lispy to evil-mc-incompalible-minor-modes
This commit is contained in:
Henrik Lissner 2020-06-07 14:16:46 -04:00 committed by GitHub
commit 789d62a9ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,6 +104,10 @@
;; evil-escape's escape key sequence leaves behind extraneous characters
(cl-pushnew 'evil-escape-mode evil-mc-incompatible-minor-modes)
;; Lispy commands don't register on more than 1 cursor. Lispyville is fine
;; though.
(when (featurep! :editor lispy)
(cl-pushnew 'lispy-mode evil-mc-incompatible-minor-modes))
(add-hook! 'doom-escape-hook
(defun +multiple-cursors-escape-multiple-cursors-h ()