From 956a90598ed04b7b1c2a335fd58d9d26950713e1 Mon Sep 17 00:00:00 2001 From: yoavm448 Date: Sun, 7 Jun 2020 01:48:27 +0300 Subject: [PATCH] Add lispy to evil-mc-incompalible-minor-modes --- modules/editor/multiple-cursors/config.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/editor/multiple-cursors/config.el b/modules/editor/multiple-cursors/config.el index da95805fc..7106fe22d 100644 --- a/modules/editor/multiple-cursors/config.el +++ b/modules/editor/multiple-cursors/config.el @@ -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 ()