diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-06-08 10:07:05 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-11-26 21:45:14 -0500 |
commit | 2c4c3538cd84a6207977a2d8a410f324a151154b (patch) | |
tree | 9739543e626674bcd4c06d60db004a5eba4d3175 | |
parent | fc18b232ae880275b583633dffeb0802c33ee3db (diff) | |
download | emacs.d-2c4c3538cd84a6207977a2d8a410f324a151154b.tar.gz |
notmuch: Add list.orgmode to mlarchive alist
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2029,6 +2029,8 @@ (add-to-list 'notmuch-show-stash-mlarchive-link-alist '("yhetil-orgmode" . "https://yhetil.org/orgmode/")) + (add-to-list 'notmuch-show-stash-mlarchive-link-alist + '("orgmode-list" . "https://list.orgmode.org/")) (advice-add 'notmuch-show-forward-message :around |