summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-11-02 00:26:27 +0000
committerjao <jao@gnu.org>2025-11-02 00:26:27 +0000
commit46f7cd206124556a53965742cdf1f39fa05f37c7 (patch)
treec4de8cdaf801feeecb01ffa540b642a57b065242 /custom
parentcce9d312b1fa140afb365803d03329783660417d (diff)
downloadelibs-46f7cd206124556a53965742cdf1f39fa05f37c7.tar.gz
elibs-46f7cd206124556a53965742cdf1f39fa05f37c7.tar.bz2
notmuch geometry
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-notmuch.el1
1 files changed, 1 insertions, 0 deletions
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)))