diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-30 15:42:05 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-30 15:42:05 +0200 |
commit | 5bb860d943cde9260ced8bc6eb9570d1dbb3273d (patch) | |
tree | baebf8cd5376859690ea491fdadeb2a4f9a667db /lisp/mastodon-views.el | |
parent | 6eff4da01e2fbf21b005dc867f290406bc5a7c5d (diff) |
flychecks
Diffstat (limited to 'lisp/mastodon-views.el')
-rw-r--r-- | lisp/mastodon-views.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el index 8064282..7481fc3 100644 --- a/lisp/mastodon-views.el +++ b/lisp/mastodon-views.el @@ -38,6 +38,8 @@ (require 'mastodon-http) (defvar mastodon-mode-map) +(defvar mastodon-tl--horiz-bar) +(defvar mastodon-tl--timeline-posts-count) (autoload 'mastodon-mode "mastodon") (autoload 'mastodon-tl--init "mastodon-tl") @@ -902,8 +904,8 @@ IND is the optional indentation level to print at." (indent-to 4) (insert (format "%-5s: " - (propertize key) - 'face '(:underline t)) + (propertize key + 'face '(:underline t))) (mastodon-views--newline-if-long value) (format "%s" (mastodon-tl--render-text value)) |