From 29fdf12ed81093ccf4cbe94bbf8d3c895fcf4a93 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 2 Aug 2024 08:42:39 +0100 Subject: [PATCH] Remove setting default frame size --- init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.el b/init.el index 772fe61..89cba2a 100644 --- a/init.el +++ b/init.el @@ -71,9 +71,6 @@ async-shell-command-display-buffer nil compilation-scroll-output t) -(add-to-list 'default-frame-alist '(width . 192)) -(add-to-list 'default-frame-alist '(height . 48)) - (global-prettify-symbols-mode +1) (global-auto-revert-mode +1) (delete-selection-mode +1)