From 2dbc99c2a80460084190da1f2e481d737106c9a1 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 20 Jun 2023 18:58:46 +0200 Subject: add a lemmy community URL to url-p --- lisp/mastodon.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mastodon.el b/lisp/mastodon.el index a991726..bb316e9 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -368,6 +368,7 @@ not, just browse the URL in the normal fashion." (string-match "^/p/[[:alpha:]]+/[[:digit:]]+$" query) (string-match "^/[[:alpha:]]+$" query) (string-match "^/u/[[:alpha:]]+$" query) + (string-match "^/c/[[:alnum:]]+$" query) (string-match "^/post/[[:digit:]]+$" query))))) (defun mastodon-live-buffers () -- cgit v1.2.3