mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
editor/multiple-cursors: fix :mc ex command
Due to missing variables
This commit is contained in:
@ -1,5 +1,15 @@
|
|||||||
;;; editor/multiple-cursors/config.el -*- lexical-binding: t; -*-
|
;;; editor/multiple-cursors/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
(defvar +multiple-cursors-evil-mc-ex-global t
|
||||||
|
"TODO")
|
||||||
|
|
||||||
|
(defvar +multiple-cursors-evil-mc-ex-case nil
|
||||||
|
"TODO")
|
||||||
|
|
||||||
|
|
||||||
|
;;
|
||||||
|
;;; Packages
|
||||||
|
|
||||||
(use-package! evil-multiedit
|
(use-package! evil-multiedit
|
||||||
:when (featurep! :editor evil)
|
:when (featurep! :editor evil)
|
||||||
:defer t
|
:defer t
|
||||||
|
Reference in New Issue
Block a user