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
|
;; Eliminate gaps between windows
|
||||||
(after! frame
|
(after! frame
|
||||||
(remove-hook 'doom-init-ui-hook #'window-divider-mode))
|
(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")))
|
||||||
|
|
1
init.el
1
init.el
|
@ -113,6 +113,7 @@
|
||||||
;;crystal ; ruby at the speed of c
|
;;crystal ; ruby at the speed of c
|
||||||
;;csharp ; unity, .NET, and mono shenanigans
|
;;csharp ; unity, .NET, and mono shenanigans
|
||||||
data ; config/data formats
|
data ; config/data formats
|
||||||
|
(dart +flutter) ; paint ui and not much else
|
||||||
;;elixir ; erlang done right
|
;;elixir ; erlang done right
|
||||||
;;elm ; care for a cup of TEA?
|
;;elm ; care for a cup of TEA?
|
||||||
emacs-lisp ; drown in parentheses
|
emacs-lisp ; drown in parentheses
|
||||||
|
|
Loading…
Reference in New Issue