diff options
author | mousebot <mousebot@riseup.net> | 2021-10-28 18:17:23 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-28 18:17:23 +0200 |
commit | 14b3a95f431b789df17d39a6d7b52e1a4df2fb58 (patch) | |
tree | fefb7c67e0493009ab0400d083cee7d56db54a72 /lisp/mastodon-toot.el | |
parent | 5c4da2fa589e930a25c18363f1f0ace50635786c (diff) |
fix group of mastodon-toot--attachment-height
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
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) |