Become a modern app developer
This commit is contained in:
parent
1ad29ad70f
commit
2e221b913e
3
+ui.el
3
+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")))
|
||||
|
|
Loading…
Reference in New Issue