Hide evil-mc single cursor mode-line lighter "emc"

This commit is contained in:
duianto 2019-03-02 11:24:05 +01:00 committed by duianto
parent 8709b7e727
commit cfa4abfa7a
2 changed files with 2 additions and 2 deletions

View File

@ -779,7 +779,7 @@ Other:
Siegel and Eivind Fonn)
- Set =case-fold-search= to =nil= in =compilation-finish-function= (thanks to
Wieland Hoffmann)
- Hide multiple cursor text when there's only one cursor (thanks to duianto)
- Hide =evil-mc= single cursor mode-line lighter "emc" (thanks to duianto)
- Rewrite function =spacemacs/sudo-edit=. Old version worked only for method
=ssh= and did not work at all if user was not specified (e.g.
/ssh:hostname:/path). Since the symbol '@' was required in a filename.

View File

@ -20,7 +20,7 @@
(use-package evil-mc
:config
(progn
(setq evil-mc-one-cursor-show-mode-line-text nil)
(setq-default evil-mc-one-cursor-show-mode-line-text nil)
(when (or (spacemacs/system-is-mac) (spacemacs/system-is-mswindows))
(setq evil-mc-enable-bar-cursor nil))