9 lines
342 B
EmacsLisp
9 lines
342 B
EmacsLisp
|
(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)))
|
||
|
|
||
|
|