diff options
-rw-r--r-- | init.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2621,6 +2621,11 @@ mastodon-active-user "mail@jao.io" mastodon-tl-position-after-update 'last-old-toot) :config + (defun jao-mastodon--setup () + (setq-local scroll-margin 12)) + + (add-hook 'mastodon-mode-hook #'jao-mastodon--setup) + :bind (:map eww-mode-map ("T" . jao-mastodon-toot-url))) (defun jao-mastodon-toot-url () |