diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-completion.el | 3 |
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) |