diff options
| author | jao <jao@gnu.org> | 2025-11-02 00:26:27 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-11-02 00:26:27 +0000 |
| commit | 46f7cd206124556a53965742cdf1f39fa05f37c7 (patch) | |
| tree | c4de8cdaf801feeecb01ffa540b642a57b065242 /custom | |
| parent | cce9d312b1fa140afb365803d03329783660417d (diff) | |
| download | elibs-46f7cd206124556a53965742cdf1f39fa05f37c7.tar.gz elibs-46f7cd206124556a53965742cdf1f39fa05f37c7.tar.bz2 | |
notmuch geometry
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/jao-custom-notmuch.el | 1 |
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))) |
