aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-09-23 11:41:59 +0200
committermousebot <mousebot@riseup.net>2021-09-23 11:41:59 +0200
commit7e78f3ef2ce5001de9b06488acff246a7f1fc3ce (patch)
tree132b286bbd24fdf2333dad65efe2e095b65934a4 /lisp/mastodon-tl.el
parentf0822a697317e2e8bf320540e7ae1c80163bc90f (diff)
disable avatars by default
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el2
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"))