Default frame size

This commit is contained in:
Benson Chu 2021-04-19 10:25:17 -05:00
parent 0951d394a1
commit 21f1d0179a

View file

@ -1,3 +1,6 @@
(add-to-list 'default-frame-alist '(width . 200))
(add-to-list 'default-frame-alist '(height . 60))
(setq package-list '(org use-package exwm))
;; list the repositories containing them
(setq package-archives '(("melpa" . "http://melpa.org/packages/")