mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-24 02:20:29 +01:00
Add font awesome to options
This commit is contained in:
parent
2287612402
commit
49bbb40af5
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ without the extension. And the third being the type of icon."
|
||||||
(const :tag "text" nil)
|
(const :tag "text" nil)
|
||||||
(const :tag "Octicons" github-octicons)
|
(const :tag "Octicons" github-octicons)
|
||||||
(const :tag "Fizzed" font-mfizz)
|
(const :tag "Fizzed" font-mfizz)
|
||||||
|
(const :tag "Font Awesome" FontAwesome)
|
||||||
(const :tag "png" png)
|
(const :tag "png" png)
|
||||||
(const :tag "gif" gif)
|
(const :tag "gif" gif)
|
||||||
(const :tag "jpeg" jpeg)
|
(const :tag "jpeg" jpeg)
|
||||||
|
|
Loading…
Reference in a new issue