From 3a125053e9a2560c07085c78a16a67bb588c960f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 1 Apr 2021 17:18:52 +0300 Subject: org-publish: add mailing lists --- org-publish.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'org-publish.el') diff --git a/org-publish.el b/org-publish.el index 559a733..ee0a618 100755 --- a/org-publish.el +++ b/org-publish.el @@ -39,6 +39,8 @@ This is a variadic `cl-pushnew'." (c/pushnew! org-link-abbrev-alist '("carbs-pkg" . "https://git.sr.ht/~carbslinux/repository/tree/master/item/%s") '("srht" . "https://git.sr.ht/%s") + '("ml" . "https://lists.sr.ht/~carbslinux/%s") + '("mlto" . "mailto:~carbslinux/%s@lists.sr.ht") '("github" . "https://github.com/%s")) (defvar carbs--src-directory (expand-file-name "src/" default-directory) -- cgit v1.2.3