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))
|
||||
|
||||
(defface mc/cursor-face
|
||||
'((t :inherit cursor))
|
||||
'((t (:inverse-video t)))
|
||||
"The face used for fake cursors"
|
||||
:group 'multiple-cursors)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user