diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-19 22:29:32 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-19 22:29:32 -0400 |
commit | 7f9fae9eca114bc2981112795831dbd8f3e1f78c (patch) | |
tree | e3cda507d97b5a4f51ef431c4cf35907554f3541 /lisp/mastodon.el | |
parent | 20f5b32b17afa33441b0ca5d2d5c54a254a2e565 (diff) |
Render html with shr instead of html2text
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 8abdb43..f96b5e3 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -62,7 +62,6 @@ :options '(provide-discover-context-menu) :group 'mastodon) -;; FIXME #25 (defun mastodon-version () "Message package version." (interactive) |