FEAT: Initial Push

This commit is contained in:
cake 2025-03-09 11:32:40 +01:00
commit a56929028d
4 changed files with 102 additions and 0 deletions

8
early-init.el Normal file
View file

@ -0,0 +1,8 @@
(setq default-frame-alist '(
;; Setting the face in here prevents flashes of
;; color as the theme gets activated
(background-color . "#000000")
(ns-appearance . dark)
(ns-transparent-titlebar . t)))