summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-04-16 22:40:27 -0400
committerKyle Meyer <kyle@kyleam.com>2020-04-16 23:48:44 -0400
commite38878ec38c7ea0af7c8ffc8390afb6bfd81a61a (patch)
tree84ed2c4ac54ae2faa7c8367e8af1f47887e71229 /init.el
parent4670674f8e9eadb479777c7e0d94cfd0ca31b74e (diff)
downloademacs.d-e38878ec38c7ea0af7c8ffc8390afb6bfd81a61a.tar.gz
notmuch: Add yhetil.org/orgmode public-inbox to known archives
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)