emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/multiple-cursors c9548ea 088/434: Use inverse face for cur


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors c9548ea 088/434: Use inverse face for cursor
Date: Sat, 7 Aug 2021 09:20:01 -0400 (EDT)

branch: elpa/multiple-cursors
commit c9548eae5bc5726173b3a4d112c3d5821b7e6901
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    Use inverse face for cursor
    
     - otherwise you can't see what's hiding behind the fake cursors
---
 multiple-cursors-core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index fffacbb..cde86d3 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]