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

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

[elpa] externals/company 19893d9: company-text-icons-mapping: Use # for


From: ELPA Syncer
Subject: [elpa] externals/company 19893d9: company-text-icons-mapping: Use # for 'color' and { for 'module'
Date: Tue, 4 May 2021 18:57:06 -0400 (EDT)

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

    company-text-icons-mapping: Use # for 'color' and { for 'module'
    
    #1088
---
 company.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/company.el b/company.el
index e174c9a..1792770 100644
--- a/company.el
+++ b/company.el
@@ -1486,7 +1486,7 @@ end of the match."
   '((array . "a")
     (boolean . "b")
     (class . "c")
-    (color . "c")
+    (color . "#")
     (constant . "c")
     (enum-member . "e")
     (enum . "e")
@@ -1497,7 +1497,7 @@ end of the match."
     (keyword . "k")
     (method . "m")
     (function . "f")
-    (module . "M")
+    (module . "{")
     (numeric . "n")
     (operator . "o")
     (parameter . "p")



reply via email to

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