From 56a0f9ed7f977535ec00a28e76eef7ff1d9908b1 Mon Sep 17 00:00:00 2001 From: Dennis Mayr <30353238+dennismayr@users.noreply.github.com> Date: Thu, 27 Jun 2019 15:53:58 -0400 Subject: [PATCH] Added Flutter icon ...so that its dedicated buffer doesn't look so boring. --- mode-icons.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mode-icons.el b/mode-icons.el index f3bdb7c..cfa68ec 100644 --- a/mode-icons.el +++ b/mode-icons.el @@ -148,6 +148,7 @@ This was stole/modified from `c-save-buffer-state'" ("\\`Coffee\\'" "coffee" xpm-bw) ("\\`Compilation\\'" "compile" xpm) ("\\`Dart\\'" "dart" xpm) + ("\\`Flutter\\'" "flutter" xpm) ("\\`Elixir\\'" "elixir" xpm) ("\\`Erlang\\'" "erlang" xpm) ("\\`Emacs-Lisp\\'" "emacs" xpm)