summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index bac6dc6..792d764 100644
--- a/init.el
+++ b/init.el
@@ -2124,6 +2124,9 @@
(add-to-list 'notmuch-show-stash-mlarchive-link-alist
'("git" . "https://lore.kernel.org/git/"))
+ (add-to-list 'notmuch-show-stash-mlarchive-link-alist
+ '("yhetil-orgmode" . "https://yhetil.org/orgmode/"))
+
(advice-add
'notmuch-show-forward-message :around
(lambda (fn &optional prompt-for-sender)