From 82f9cc9c32c9b057e2419e440dfea23d00c954bb Mon Sep 17 00:00:00 2001 From: codefalling Date: Thu, 28 Apr 2016 11:05:06 +0800 Subject: [PATCH] add markdown support for spacemacs spacemacs markdown layer use `GFM` instead of `Markdown` --- mode-icons.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mode-icons.el b/mode-icons.el index fe0e583..fe29d22 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -170,6 +170,7 @@ This was stole/modified from `c-save-buffer-state'" ("\\` ?yas\\'" "yas" xpm) ("\\` ?hs\\'" "hs" xpm) ("\\`Markdown\\'" #xf0c9 github-octicons) + ("\\`GFM\\'" #xf0c9 github-octicons) ("\\`Scala\\'" #xf15b font-mfizz) ("\\`Magit\\'" #xf1d2 FontAwesome) ("\\` Pulls\\'" #xf092 FontAwesome)