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

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

[elpa] externals/company d59c9cb 1/3: company-tooltip-deprecated: Don't


From: ELPA Syncer
Subject: [elpa] externals/company d59c9cb 1/3: company-tooltip-deprecated: Don't inherit from default
Date: Sat, 23 Oct 2021 09:57:22 -0400 (EDT)

branch: externals/company
commit d59c9cbfe7399d86e6c9b422e9cebf9e2d1bb1a5
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    company-tooltip-deprecated: Don't inherit from default
    
    To avoid bringing in its background and etc.
    
    #1240
---
 company.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company.el b/company.el
index 0e35da1..1de4f18 100644
--- a/company.el
+++ b/company.el
@@ -93,7 +93,7 @@
   "Face used for the selection in the tooltip.")
 
 (defface company-tooltip-deprecated
-  '((t (:inherit default :strike-through t)))
+  '((t (:strike-through t)))
   "Face used for the deprecated items.")
 
 (defface company-tooltip-search



reply via email to

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