From 48a308fce37faf3a4b4f05fd8bbfb9f3cceca2e0 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 9 Nov 2025 01:50:12 +0000 Subject: oopsie --- custom/jao-custom-notmuch.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index ade064b..f32094f 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -198,8 +198,7 @@ (defun jao-notmuch--index-searches (searches) (seq-map-indexed (lambda (q i) - (plist-put q :key (or (elt jao-notmu -ch--search-keys i) + (plist-put q :key (or (elt jao-notmuch--search-keys i) (format "%s" i)))) searches)) -- cgit v1.2.3