From 3f778cff8bc51710496ccf3b2be250e24572d424 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 25 Nov 2025 11:22:43 +0000 Subject: afio: better definition of default parameters --- init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 9a0029b..eb880c8 100644 --- a/init.el +++ b/init.el @@ -1183,8 +1183,9 @@ (global-set-key (kbd "C-c t") #'jao-afio-goto-chats)) (jao-when-darwin - (add-to-list 'jao-afio-frame-parameters - '("docs" ((width . 195) (height . 70))))) + (jao-afio-add-frame-parameters "docs" (width . 195) (height . 70)) + (jao-afio-add-frame-parameters nil (width . 163) (height . 70)) + (add-to-list 'default-frame-alist '(width . 80))) :bind (("C-c f" . 'jao-afio-goto-main) ("C-c g" . 'jao-afio-goto-mail) -- cgit v1.2.3