This commit is contained in:
Zelong Kuang
2025-12-24 05:40:26 +08:00
parent 12970fa80c
commit 60dfad5ece

View File

@@ -106,9 +106,14 @@ unreadable. Returns the names of envvars that were changed."
(setq-default cursor-type 'bar) (setq-default cursor-type 'bar)
(setq make-backup-files nil) (setq make-backup-files nil)
(setq use-short-answers t) (setq use-short-answers t)
(setq frame-title-format "") (setq frame-title-format "\n")
(setq custom-safe-themes t) (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))
(pcase system-type ('darwin (setq insert-directory-program "gls"))) (pcase system-type ('darwin (setq insert-directory-program "gls")))
(setq-default tab-width 4 (setq-default tab-width 4