diff options
| author | 2016-02-11 09:30:21 -0600 | |
|---|---|---|
| committer | 2016-02-11 09:30:21 -0600 | |
| commit | ae0669b5308cca7252e28efab00a0f0c8948d991 (patch) | |
| tree | 7f6a5dec41cc82791014a0939c97f5c7d4e22cd2 | |
| parent | 74539f76ca2f84e881056e62f0086055b45a907d (diff) | |
| download | mode-icons-ae0669b5308cca7252e28efab00a0f0c8948d991.tar.gz mode-icons-ae0669b5308cca7252e28efab00a0f0c8948d991.zip | |
Add help icon
| -rw-r--r-- | mode-icons.el | 1 |
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) |
