summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-06-18 02:41:42 +0100
committerjao <jao@gnu.org>2025-06-18 02:41:42 +0100
commit26cf6f8158146414b2d474528f6172a45231cced (patch)
tree4b77aed6b0cde8e65d95fd4bd6eff91a2464e1ba
parent7cf303cbb820626faf2f35d72fb0e17309dc32b9 (diff)
downloadelibs-26cf6f8158146414b2d474528f6172a45231cced.tar.gz
elibs-26cf6f8158146414b2d474528f6172a45231cced.tar.bz2
mastodon nitsmain
-rw-r--r--init.el5
1 files changed, 4 insertions, 1 deletions
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))