editor/multiple-cursors: fix :mc ex command
Due to missing variables
This commit is contained in:
parent
322bca710a
commit
d8ecb1396b
1 changed files with 10 additions and 0 deletions
|
@ -1,5 +1,15 @@
|
|||
;;; 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
|
||||
:when (featurep! :editor evil)
|
||||
:defer t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue