This commit is contained in:
Zelong Kuang
2026-02-27 02:32:57 +11:00
parent 097cfc4d82
commit 07ac727606
4 changed files with 8 additions and 7 deletions

View File

@@ -13,6 +13,9 @@
(setq frame-inhibit-implied-resize t
frame-resize-pixelwise t)
;; 隐藏 title bar
(setq default-frame-alist '((undecorated-round . t)))
(use-package solaire-mode
:hook (elpaca-after-init . solaire-global-mode))