summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2024-02-05 23:10:12 +0000
committerjao <jao@gnu.org>2024-02-05 23:10:12 +0000
commit0a2b1e0d61cda0c7e8aa62fd507025cfe27550b6 (patch)
tree298b226fed68196214e318eb80ba1e70d4906a24 /init.el
parenta0a34f6a95e1f2e124c5b9714283d9c3eb443f5f (diff)
downloadelibs-0a2b1e0d61cda0c7e8aa62fd507025cfe27550b6.tar.gz
elibs-0a2b1e0d61cda0c7e8aa62fd507025cfe27550b6.tar.bz2
nits
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 57b291f..831116d 100644
--- a/init.el
+++ b/init.el
@@ -2649,7 +2649,8 @@
:init
(setq mastodon-instance-url "https://emacs.ch"
mastodon-active-user "mail@jao.io"
- mastodon-tl-position-after-update nil)
+ mastodon-tl-position-after-update nil
+ mastodon-toot-display-orig-in-reply-buffer t)
:config
;; (defun jao-mastodon--setup ()
;; (setq-local scroll-margin 12))