diff options
author | mousebot <mousebot@riseup.net> | 2021-09-23 11:41:59 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-09-23 11:41:59 +0200 |
commit | 7e78f3ef2ce5001de9b06488acff246a7f1fc3ce (patch) | |
tree | 132b286bbd24fdf2333dad65efe2e095b65934a4 | |
parent | f0822a697317e2e8bf320540e7ae1c80163bc90f (diff) |
disable avatars by default
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 6304284..da18a94 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -82,7 +82,7 @@ width fonts when rendering HTML text")) "A unique identifier and functions for each Mastodon buffer.") (make-variable-buffer-local 'mastodon-tl--buffer-spec) -(defcustom mastodon-tl--show-avatars t +(defcustom mastodon-tl--show-avatars nil "Whether to enable display of user avatars in timelines." :group 'mastodon-tl :type '(boolean :tag "Whether to display user avatars in timelines")) |