Configuration files

emacs: force dark background to avoid white flash on startup

Changed files
+4
.config
+4
.config/emacs/early-init.el
··· 1 + (setq default-frame-alist 2 + '( 3 + (background-color . "#1F1F28") 4 + (ns-appearance . dark)))