From 26cf6f8158146414b2d474528f6172a45231cced Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 18 Jun 2025 02:41:42 +0100 Subject: mastodon nits --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index afb3787..c83a3b1 100644 --- a/init.el +++ b/init.el @@ -2668,8 +2668,11 @@ :init (setq mastodon-instance-url "https://fosstodon.org" mastodon-active-user "jao@gnu.org" + mastodon-group-notifications t + mastodon-images-in-notifs t mastodon-tl-position-after-update nil - mastodon-toot-display-orig-in-reply-buffer t) + mastodon-toot-display-orig-in-reply-buffer t + mastodon-media--hide-sensitive-media nil) :config ;; (defun jao-mastodon--setup () ;; (setq-local scroll-margin 12)) -- cgit v1.2.3