aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-02-22 10:31:25 +0100
committermarty hiatt <martianhiatus@riseup.net>2024-02-22 10:31:25 +0100
commit45e59eab514c11c69e5d0e619de967442ce1fddc (patch)
treebb13707647d038ef1a903ea401247011fe1f4df4 /lisp/mastodon-toot.el
parent5977495b8a7d2782b36723289e805f018375275b (diff)
make byte-compiler happier
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 7ff3c34..e414552 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -155,7 +155,8 @@ If the original toot visibility is different we use the more restricted one."
:type 'boolean)
(defcustom mastodon-toot--emojify-in-compose-buffer nil
- "Whether to enable `emojify' in the compose buffer.")
+ "Whether to enable `emojify' in the compose buffer."
+ :type 'boolean)
(defcustom mastodon-toot--proportional-fonts-compose nil
"Nonnil to enable using proportional fonts in the compose buffer.