diff options
author | jao <jao@gnu.org> | 2025-06-18 02:41:42 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-06-18 02:41:42 +0100 |
commit | 26cf6f8158146414b2d474528f6172a45231cced (patch) | |
tree | 4b77aed6b0cde8e65d95fd4bd6eff91a2464e1ba | |
parent | 7cf303cbb820626faf2f35d72fb0e17309dc32b9 (diff) | |
download | elibs-26cf6f8158146414b2d474528f6172a45231cced.tar.gz elibs-26cf6f8158146414b2d474528f6172a45231cced.tar.bz2 |
mastodon nitsmain
-rw-r--r-- | init.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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)) |