From 86094ccc4254a6203268ec09c9366595ac47bb55 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 8 Jun 2022 17:54:13 +0100 Subject: nits --- custom/jao-custom-completion.el | 2 +- custom/jao-custom-notmuch.el | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'custom') diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el index a0efbb1..e4ad154 100644 --- a/custom/jao-custom-completion.el +++ b/custom/jao-custom-completion.el @@ -241,7 +241,7 @@ (when (and aframe key) (add-to-list 'jao-consult-narrow (cons aframe key)))) -;;;; narrowing chats +;;;; consult: narrowing to chat buffers (defvar jao-chat-buffer-source (list :name "chats" :category 'buffer diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 28da05f..c4bfb6f 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -559,7 +559,9 @@ (jao-notmuch--add-tags '("+trove"))) (when (y-or-n-p "Flag message as todo? ") (jao-notmuch--add-tags '("+flagged"))) - (org-store-link-props "notmuch" link description))) + (org-store-link-props :type "notmuch" + :link link + :description description))) (notmuch-search-mode ;; Store link to the thread on the current line (let* ((id (notmuch-search-find-thread-id)) -- cgit v1.2.3