Update default frame size

This commit is contained in:
2026-01-05 07:51:14 +01:00
parent 8daa4d552e
commit 733c445ed9

View File

@@ -51,7 +51,7 @@
;; Default frame size ;; Default frame size
(setq default-frame-alist (setq default-frame-alist
(append (list '(width . 90) '(height . 50) (append (list '(width . 90) '(height . 45)
'(vertical-scroll-bars . nil) '(vertical-scroll-bars . nil)
'(internal-border-width . 5))))) '(internal-border-width . 5)))))