We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
evil-mc
smartparens
1 parent 02373fc commit c3030beCopy full SHA for c3030be
modules/me-evil.el
@@ -557,6 +557,14 @@
557
"v" #'expreg-expand
558
"q" #'expreg-contract))
559
560
+(+evil-conf-for! smartparens me-prog
561
+ :config-form
562
+ (with-eval-after-load 'evil-mc
563
+ ;; Make evil-mc cooperate with smartparens better
564
+ (let ((vars (cdr (assq :default evil-mc-cursor-variables))))
565
+ (unless (memq (car sp--mc/cursor-specific-vars) vars)
566
+ (setcdr (assq :default evil-mc-cursor-variables) (append vars sp--mc/cursor-specific-vars))))))
567
+
568
569
570
;;; For `me-files'
0 commit comments