Disable evil-mc bar cursor on Mac OS and Windows
This commit is contained in:
parent
d44c80c565
commit
b89f7e1127
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
(defvar evil-mc-key-map (make-sparse-keymap))
|
||||
:config
|
||||
(global-evil-mc-mode +1)
|
||||
(setq evil-mc-enable-bar-cursor (not (or IS-MAC IS-WINDOWS)))
|
||||
|
||||
(after! smartparens
|
||||
;; Make evil-mc cooperate with smartparens better
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue