summaryrefslogtreecommitdiffstats
path: root/mode-icons.el
diff options
context:
space:
mode:
authorGravatar Matthew L. Fidler2016-02-09 23:20:16 -0600
committerGravatar Matthew L. Fidler2016-02-09 23:20:16 -0600
commit6e8339aa3cb91ddecc38c2ee6f7fa3e73f936dd4 (patch)
tree2971075322eea25acd9494ee77eba2beb6fec468 /mode-icons.el
parent57acfed66687fe71c659d3db37d28ab531ef36bd (diff)
downloadmode-icons-6e8339aa3cb91ddecc38c2ee6f7fa3e73f936dd4.tar.gz
mode-icons-6e8339aa3cb91ddecc38c2ee6f7fa3e73f936dd4.zip
Add Scala from Fizzed font
Diffstat (limited to 'mode-icons.el')
-rw-r--r--mode-icons.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/mode-icons.el b/mode-icons.el
index 97a078e..7b6bda7 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -52,6 +52,7 @@ absolute path to ICON."
(find-font ,(intern (format "mode-icons-font-spec-%s" font))))))
(mode-icons-define-font "github-octicons")
+(mode-icons-define-font "font-mfizz")
(defcustom mode-icons
`(("CSS" "css" xpm)
@@ -85,6 +86,7 @@ absolute path to ICON."
(" yas" "yas" xpm)
(" hs" "hs" xpm)
("Markdown" ,(make-string 1 #xf0c9) github-octicons)
+ ("Scala" ,(make-string 1 #xf15b) font-mfizz)
;; Diminished modes
("\\(ElDoc\\|Anzu\\|SP\\|Guide\\|PgLn\\|Golden\\|Undo-Tree\\|Ergo.*\\|,\\|Isearch\\)" nil nil)
)
@@ -101,6 +103,7 @@ without the extension. And the third being the type of icon."
(choice
(const :tag "text" nil)
(const :tag "Octicons" github-octicons)
+ (const :tag "Fizzed" font-mfizz)
(const :tag "png" png)
(const :tag "gif" gif)
(const :tag "jpeg" jpeg)