From ae0669b5308cca7252e28efab00a0f0c8948d991 Mon Sep 17 00:00:00 2001 From: Matthew L. Fidler Date: Thu, 11 Feb 2016 09:30:21 -0600 Subject: Add help icon --- mode-icons.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mode-icons.el b/mode-icons.el index 6cba5a0..e616957 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -128,6 +128,7 @@ absolute path to ICON." ("Calc\\(ulator\\)?" ,(make-string 1 #xf1ec) FontAwesome) ("Debug.*" ,(make-string 1 #xf188) FontAwesome) ("Calendar" ,(make-string 1 #xf073) FontAwesome) + ("Help" ,(make-string 1 #xf059) FontAwesome) ("C/l" ,(make-string 1 #xf107) font-mfizz) ("\\`Go\\'" "go" xpm) (" Rbow" "rainbow" xpm) -- cgit v1.2.3-54-g00ecf