branch: externals/company
commit d59c9cbfe7399d86e6c9b422e9cebf9e2d1bb1a5
Author: Dmitry Gutov <dgu...@yandex.ru>
Commit: Dmitry Gutov <dgu...@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