diff options
author | Cem Keylan <cem@ckyln.com> | 2021-04-01 17:18:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-04-01 17:18:52 +0300 |
commit | 3a125053e9a2560c07085c78a16a67bb588c960f (patch) | |
tree | 0e0aedf48cee888c31a529c14749d646d801055b | |
parent | 53a46f74fb0b97fe7a75cb3c92b20802a1533075 (diff) | |
download | website-3a125053e9a2560c07085c78a16a67bb588c960f.tar.gz |
org-publish: add mailing lists
-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) |