From 21f1d0179a7e9178db3dbbf10a5f3c28e4fa2c28 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Mon, 19 Apr 2021 10:25:17 -0500 Subject: [PATCH] Default frame size --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index e8db8a4..062a26b 100644 --- a/init.el +++ b/init.el @@ -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/")