From 7f9fae9eca114bc2981112795831dbd8f3e1f78c Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Wed, 19 Apr 2017 22:29:32 -0400 Subject: Render html with shr instead of html2text --- lisp/mastodon-toot.el | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp/mastodon-toot.el') diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index fc06e66..93980f0 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -70,7 +70,6 @@ STATUS is passed by `url-retrieve'." (defun mastodon-toot--action-success (marker) "Insert MARKER with 'success face in byline." (let ((inhibit-read-only t)) - (goto-char (+ 3 (point))) (insert (format "(%s) " (propertize marker 'face 'success))) (mastodon-tl--goto-prev-toot))) -- cgit v1.2.3