Remove Dart icon hack now that it's fixed upstream

This commit is contained in:
coolneng 2021-02-22 00:57:23 +01:00
parent e8e04de380
commit 592f79045f
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 3 deletions

3
+ui.el
View File

@ -31,9 +31,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")))
;; Disable lsp header line
(after! lsp-mode
(setq lsp-headerline-breadcrumb-enable nil))