From 229005509ceddbb083d85dbbc2505f2cafba2607 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Sun, 30 Jun 2024 22:52:38 +0200 Subject: [PATCH] Correct custom.el autopaste service values --- lui-autopaste.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lui-autopaste.el b/lui-autopaste.el index 1e3c18a..00a4584 100644 --- a/lui-autopaste.el +++ b/lui-autopaste.el @@ -49,7 +49,8 @@ This function will be called with some text as its only argument, and is expected to return an URL to view the contents." - :type '(choice (const :tag "ix.io" lui-autopaste-service-ixio)) + :type '(choice (const :tag "0x0.st" lui-autopaste-service-0x0.st) + (const :tag "paste.rs" lui-autopaste-service-paste.rs)) :group 'lui-autopaste) ;;;###autoload