FEAT: Initial Push
This commit is contained in:
commit
a56929028d
4 changed files with 102 additions and 0 deletions
8
early-init.el
Normal file
8
early-init.el
Normal 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)))
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue