From 9096eba8bc21669d89865bb9d28bc8dac2426850 Mon Sep 17 00:00:00 2001 From: mopemope Date: Tue, 23 Apr 2019 08:12:13 +0900 Subject: [PATCH] fix icon --- company-meghanada.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-meghanada.el b/company-meghanada.el index ef4948b..72ef4fc 100644 --- a/company-meghanada.el +++ b/company-meghanada.el @@ -78,7 +78,7 @@ (defun make-icon-hash (type) (let ((kind-val (pcase type - ("VAR" 6) + ("VARIABLE" 6) ("METHOD" 2) ("FIELD" 5) ("CLASS" 22)))