mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Use inverse face for cursor
- otherwise you can't see what's hiding behind the fake cursors
This commit is contained in:
parent
576bf90346
commit
c9548eae5b
@ -1,7 +1,7 @@
|
|||||||
(eval-when-compile (require 'cl))
|
(eval-when-compile (require 'cl))
|
||||||
|
|
||||||
(defface mc/cursor-face
|
(defface mc/cursor-face
|
||||||
'((t :inherit cursor))
|
'((t (:inverse-video t)))
|
||||||
"The face used for fake cursors"
|
"The face used for fake cursors"
|
||||||
:group 'multiple-cursors)
|
:group 'multiple-cursors)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user