From 006a0bf88ebe44cad1bc8d853ac1f6a72c4245aa Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 1 Aug 2024 17:26:33 +0100 Subject: [PATCH] Update default frame size Enable which-function-mode again --- init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index ce1fe67..772fe61 100644 --- a/init.el +++ b/init.el @@ -71,12 +71,13 @@ async-shell-command-display-buffer nil compilation-scroll-output t) -(add-to-list 'default-frame-alist '(width . 120)) +(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) -(which-function-mode -1) +(which-function-mode +1) (tool-bar-mode -1) (scroll-bar-mode -1)