summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matthew L. Fidler2016-02-11 09:28:17 -0600
committerGravatar Matthew L. Fidler2016-02-11 09:28:17 -0600
commit74539f76ca2f84e881056e62f0086055b45a907d (patch)
tree8da2dd624aa1cf0b99331ae1483109c6240e8f09
parentd7d7c90dc1228238879118de9ed98b9cbb926c21 (diff)
downloadmode-icons-74539f76ca2f84e881056e62f0086055b45a907d.tar.gz
mode-icons-74539f76ca2f84e881056e62f0086055b45a907d.zip
Fix go specification
-rw-r--r--mode-icons.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/mode-icons.el b/mode-icons.el
index dcb87b8..6cba5a0 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -129,7 +129,7 @@ absolute path to ICON."
("Debug.*" ,(make-string 1 #xf188) FontAwesome)
("Calendar" ,(make-string 1 #xf073) FontAwesome)
("C/l" ,(make-string 1 #xf107) font-mfizz)
- ("Go" "go" xpm)
+ ("\\`Go\\'" "go" xpm)
(" Rbow" "rainbow" xpm)
;; Diminished modes
("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Golden\\|Undo-Tree\\|Ergo.*\\|,\\|Isearch\\|Ind\\|Fly\\)" nil nil))