diff --git a/+ui.el b/+ui.el index f7c77cc..ce683d0 100644 --- a/+ui.el +++ b/+ui.el @@ -27,3 +27,6 @@ ;; Eliminate gaps between windows (after! frame (remove-hook 'doom-init-ui-hook #'window-divider-mode)) +;; HACK: Disable Dart icon +(after! all-the-icons + (add-to-list 'all-the-icons-data/file-icon-alist '("dart" . "D"))) diff --git a/init.el b/init.el index 4682e5f..49fde4c 100644 --- a/init.el +++ b/init.el @@ -113,6 +113,7 @@ ;;crystal ; ruby at the speed of c ;;csharp ; unity, .NET, and mono shenanigans data ; config/data formats + (dart +flutter) ; paint ui and not much else ;;elixir ; erlang done right ;;elm ; care for a cup of TEA? emacs-lisp ; drown in parentheses