branch: externals/company commit 86443adbec2c0bc5dbcd5ba942684da42ea96f3e Author: JenChieh <jcs090...@gmail.com> Commit: JenChieh <jcs090...@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."