branch: externals/company
commit 41f5a7f05ce764d2ee875a738f3cafa55706c49c
Author: Dmitry Gutov <dgu...@yandex.ru>
Commit: Dmitry Gutov <dgu...@yandex.ru>

    company-text-icons-mapping: Fix the outdated keys
---
 company.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/company.el b/company.el
index 85153e3..8ae3aa2 100644
--- a/company.el
+++ b/company.el
@@ -1468,7 +1468,6 @@ end of the match."
     (file . "Ɩ")
     (folder . "⍳")
     (interface . "ϰ")
-    (key . "μ")
     (keyword . "ν")
     (method . "λ")
     (function . "ƒ")
@@ -1482,6 +1481,8 @@ end of the match."
     (snippet . "υ")
     (string . "φ")
     (struct . "Χ")
+    (text . "μ")
+    (value . "Ζ")
     (variable . "ѱ"))
   "Mapping of the text icons."
   :type 'list)

Reply via email to