Skip to content

Commit

Permalink
Correct custom.el autopaste service values
Browse files Browse the repository at this point in the history
  • Loading branch information
wasamasa committed Jun 30, 2024
1 parent 1004640 commit 2290055
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lui-autopaste.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2290055

Please sign in to comment.