From 49bbb40af58cab473825721adb243cf3f409b8e1 Mon Sep 17 00:00:00 2001 From: Matthew L. Fidler Date: Wed, 10 Feb 2016 00:35:46 -0600 Subject: Add font awesome to options --- mode-icons.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mode-icons.el b/mode-icons.el index ea0e621..2bf3da9 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -109,6 +109,7 @@ without the extension. And the third being the type of icon." (const :tag "text" nil) (const :tag "Octicons" github-octicons) (const :tag "Fizzed" font-mfizz) + (const :tag "Font Awesome" FontAwesome) (const :tag "png" png) (const :tag "gif" gif) (const :tag "jpeg" jpeg) -- cgit v1.2.3-54-g00ecf