From 29e1df8e768941e8bf3d4bdb3a8870891ecc131d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 29 Jul 2024 07:54:18 +0100 Subject: [PATCH] Clear default-frame-alist --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 6c130b0..d44fa72 100644 --- a/init.el +++ b/init.el @@ -62,7 +62,7 @@ completions-detailed t kill-do-not-save-duplicates t initial-frame-alist nil - default-frame-alist '((width . 96) (height . 32))) + default-frame-alist nil) (setq-default truncate-lines t truncate-partial-width-windows nil)