With 500 characters, I can post useful snippets from #Emacs Wiki to Mastodon!
(defun unfill-region (beg end)
"Unfill the region, joining text paragraphs into a single
logical line. This is useful, e.g., for use with
`visual-line-mode'."
(interactive "*r")
(let ((fill-column (point-max)))
(fill-region beg end)))
Now all we need is a bot that scours the fediverse for definitions and publishes them to MELPA automatically! :grinning: