summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-06-08 17:54:13 +0100
committerjao <jao@gnu.org>2022-06-08 17:54:31 +0100
commit86094ccc4254a6203268ec09c9366595ac47bb55 (patch)
treef464f1580a4496aeca46a25b7af4ae5165884be9 /custom
parent434a23285ee71c59413404c6ce1dbf97a061af64 (diff)
downloadelibs-86094ccc4254a6203268ec09c9366595ac47bb55.tar.gz
elibs-86094ccc4254a6203268ec09c9366595ac47bb55.tar.bz2
nits
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-completion.el2
-rw-r--r--custom/jao-custom-notmuch.el4
2 files changed, 4 insertions, 2 deletions
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))