Use inverse face for cursor

- otherwise you can't see what's hiding behind the fake cursors
This commit is contained in:
Magnar Sveen 2012-07-24 20:54:57 +02:00
parent 576bf90346
commit c9548eae5b

View File

@ -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)