From 2e221b913ef0400dcddcb6b2bf29729a2ab83e28 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 25 Oct 2020 11:58:58 +0100 Subject: [PATCH] Become a modern app developer --- +ui.el | 3 +++ init.el | 1 + 2 files changed, 4 insertions(+) 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