aboutsummaryrefslogtreecommitdiffstats
path: root/mode-icons.el
diff options
context:
space:
mode:
authorGravatar Matthew L. Fidler2016-02-11 09:30:21 -0600
committerGravatar Matthew L. Fidler2016-02-11 09:30:21 -0600
commitae0669b5308cca7252e28efab00a0f0c8948d991 (patch)
tree7f6a5dec41cc82791014a0939c97f5c7d4e22cd2 /mode-icons.el
parent74539f76ca2f84e881056e62f0086055b45a907d (diff)
downloadmode-icons-ae0669b5308cca7252e28efab00a0f0c8948d991.tar.gz
mode-icons-ae0669b5308cca7252e28efab00a0f0c8948d991.zip
Add help icon
Diffstat (limited to 'mode-icons.el')
-rw-r--r--mode-icons.el1
1 files changed, 1 insertions, 0 deletions
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)