This commit is contained in:
Zelong Kuang
2026-03-24 22:02:04 +11:00
parent 28b3334925
commit a56b36b3f5
4 changed files with 22 additions and 18 deletions

View File

@@ -38,12 +38,13 @@
;; Faster to disable these here (before they've been initialized)
(push '(menu-bar-lines . 0) default-frame-alist)
(push '(tool-bar-lines . 0) default-frame-alist)
(push '(vertical-scroll-bars . 0) default-frame-alist)
(push '(vertical-scroll-bars) default-frame-alist)
(push '(horizontal-scroll-bars) default-frame-alist)
(when (featurep 'ns)
(push '(ns-transparent-titlebar . t) default-frame-alist))
;; (push '(ns-appearance . light) default-frame-alist))
;; (push '(ns-appearance . light) default-frame-alist))
;; Prevent flash of unstyled mode line
;; (setq mode-line-format nil)
(setq mode-line-format nil)
(provide 'early-init)