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

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

[elpa] externals/company 0ef1cc2 1/2: company-text-icons-mapping: More c


From: ELPA Syncer
Subject: [elpa] externals/company 0ef1cc2 1/2: company-text-icons-mapping: More changes to chars
Date: Wed, 5 May 2021 20:57:08 -0400 (EDT)

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

    company-text-icons-mapping: More changes to chars
---
 company.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/company.el b/company.el
index 28f61fc..1d5fd62 100644
--- a/company.el
+++ b/company.el
@@ -1505,8 +1505,8 @@ end of the match."
     (ruler "r" shadow)
     (snippet "S" font-lock-string-face)
     (string "s" font-lock-string-face)
-    (struct "s" font-lock-variable-name-face)
-    (text "t" shadow)
+    (struct "%" font-lock-variable-name-face)
+    (text "w" shadow)
     (value "v" font-lock-builtin-face)
     (variable "v" font-lock-variable-name-face)
     (t "." shadow))



reply via email to

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