From f75f4b4ac048cf004b1f5d44c111c33445edc8ec Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Mon, 17 Apr 2017 12:58:46 -0400 Subject: Do not use fringe face It looks weird in some themes. --- lisp/mastodon-tl.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/mastodon-tl.el') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 4c4e14c..9d2009d 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -109,10 +109,10 @@ (defun mastodon-tl--byline (toot) (let ((id (cdr (assoc 'id toot)))) (propertize - (concat (propertize "\n | " 'face 'fringe) + (concat (propertize "\n | " 'face 'default) (mastodon-tl--byline-author toot) (mastodon-tl--byline-boosted toot) - (propertize "\n ------------" 'face 'fringe)) + (propertize "\n ------------" 'face 'default)) 'toot-id id))) (defun mastodon-tl--content (toot) -- cgit v1.2.3