From 6e8339aa3cb91ddecc38c2ee6f7fa3e73f936dd4 Mon Sep 17 00:00:00 2001 From: Matthew L. Fidler Date: Tue, 9 Feb 2016 23:20:16 -0600 Subject: Add Scala from Fizzed font --- mode-icons.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mode-icons.el') 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) -- cgit v1.2.3-54-g00ecf