From 46f7cd206124556a53965742cdf1f39fa05f37c7 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 2 Nov 2025 00:26:27 +0000 Subject: notmuch geometry --- custom/jao-custom-notmuch.el | 1 + 1 file changed, 1 insertion(+) (limited to 'custom') diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 96631fb..9d5fc0c 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -480,6 +480,7 @@ (defun jao-notmuch-before-tree (&rest _args) (when (string= (buffer-name) "*notmuch-hello*") (window-configuration-to-register ?G) + (when (< (frame-width) 230) (delete-other-windows)) (split-window-right 40) (other-window 1))) -- cgit v1.2.3