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

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

[elpa] externals/company 86443ad 2/4: Make custom


From: ELPA Syncer
Subject: [elpa] externals/company 86443ad 2/4: Make custom
Date: Thu, 1 Apr 2021 08:57:08 -0400 (EDT)

branch: externals/company
commit 86443adbec2c0bc5dbcd5ba942684da42ea96f3e
Author: JenChieh <jcs090218@gmail.com>
Commit: JenChieh <jcs090218@gmail.com>

    Make custom
---
 company.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/company.el b/company.el
index c330d36..9876de6 100644
--- a/company.el
+++ b/company.el
@@ -1451,7 +1451,7 @@ end of the match."
                                 candidate
                                 selected))
 
-(defvar company-text-icons-mapping
+(defcustom company-text-icons-mapping
   '((array . "Α")
     (boolean . "β")
     (class . "γ")
@@ -1478,7 +1478,10 @@ end of the match."
     (snippet . "υ")
     (string . "φ")
     (struct . "Χ")
-    (variable . "ѱ")))
+    (variable . "ѱ"))
+  "List of text icons."
+  :type 'list
+  :group 'company)
 
 (defun company-text-icons-margin (candidate selected)
   "Margin function which returns unicode icons."



reply via email to

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