From 956b02dfd1b799772b938a54d29c436216f2e559 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 15 Dec 2025 10:53:41 +0000 Subject: nits --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index fe69f12..2408b9c 100644 --- a/init.el +++ b/init.el @@ -1152,7 +1152,7 @@ (t (format "%s" (or (jao-afio-frame-name) "")))) 'face 'font-lock-warning-face)) - (unless jao-afio-use-frames + (unless nil ;; jao-afio-use-frames (jao-minibuffer-add-variable '(jao-current--frame-id) 100)) (setq frame-title-format '("emacs - " (:eval (jao-afio-frame-name)))) @@ -1161,8 +1161,8 @@ (global-set-key (kbd "C-c t") #'jao-afio-goto-chats)) (jao-when-darwin - (jao-afio-add-frame-parameters "docs" (width . 195) (height . 70)) - (jao-afio-add-frame-parameters nil (width . 197) (height . 82)) + (jao-afio-add-frame-parameters "docs" (width . 195) (height . 75)) + (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) -- cgit v1.2.3