summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-notmuch.el3
1 files changed, 1 insertions, 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))