From c097050f4b31d972af503c6acd9ea97a5d84462a Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 26 Jun 2026 19:53:14 +0100 Subject: nit: wider default frame --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 511af25..261ec43 100644 --- a/init.el +++ b/init.el @@ -1235,9 +1235,9 @@ (jao-when-darwin (jao-afio-add-frame-parameters "docs" (width . 195) (height . 75)) (unless jao-afio-skip-default-set - (jao-afio-add-frame-parameters nil (width . 163) (height . 70))) + (jao-afio-add-frame-parameters nil (width . 170) (height . 70))) (add-to-list 'default-frame-alist '(height . 70)) - (add-to-list 'default-frame-alist '(width . 163))) + (add-to-list 'default-frame-alist '(width . 170))) :bind (("C-c f" . 'jao-afio-goto-main) ("C-c g" . 'jao-afio-goto-mail) -- cgit v1.2.3