Set initial window size in init.el

This commit is contained in:
Gwen Lofman 2020-10-15 16:25:51 -04:00
parent 5ad337b657
commit a72b3bb118
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
(setq create-lockfiles nil) ; don't create .# files
(setq make-backup-files nil) ; don't create backfup files
; Set the initial window size
(if (window-system) (set-frame-size (selected-frame) 180 50))
;; Set Default font and font size
(add-to-list 'default-frame-alist '(font . "Source Code Pro"))