Update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user