aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-10-28 18:17:23 +0200
committermousebot <mousebot@riseup.net>2021-10-28 19:02:59 +0200
commitcde76175ea2e0ceeedeb993fdf818a01c379ece9 (patch)
treed7c0bd58c6ddfb6f2a3581b315bcac42d341a8ea /lisp
parent998bfd60ed0ad1c4de161dd9a32c7786ee34b48a (diff)
fix group of mastodon-toot--attachment-height
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-toot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 14dcc29..70b95d3 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -85,7 +85,7 @@ Must be one of \"public\", \"unlisted\", \"private\" (for followers-only), or \"
(defcustom mastodon-toot--attachment-height 80
"Height of the attached images preview in the toot draft buffer."
- :group 'mastodon-media
+ :group 'mastodon-toot
:type 'integer)
(when (require 'company nil :noerror)