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

@@ -55,11 +55,9 @@
(setq-default cursor-type 'bar)
(setq make-backup-files nil)
(setq use-short-answers t)
(setq frame-title-format "\n")
;; (setq frame-title-format "\n")
(setq custom-safe-themes t)
;; 隐藏 title bar
(setq default-frame-alist '((undecorated-round . t)))
(add-to-list 'default-frame-alist '(drag-internal-border . 1))
(add-to-list 'default-frame-alist '(internal-border-width . 5))