diff options
-rwxr-xr-x | org-publish.el | 2 |
1 files changed, 2 insertions, 0 deletions
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) |