summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-completion.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-completion.el')
-rw-r--r--custom/jao-custom-completion.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el
index 3b3ad09..8afd4ae 100644
--- a/custom/jao-custom-completion.el
+++ b/custom/jao-custom-completion.el
@@ -490,6 +490,9 @@
(match-string 1)))))
(when id (notmuch-show (concat "id:" id)))))
+(with-eval-after-load "org"
+ (org-link-set-parameters "message" :follow #'jao-recoll-open-with-notmuch))
+
(use-package consult-recoll
:init (setq consult-recoll-open-fns
'(("application/pdf" . jao-open-doc)