diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-02-20 09:52:24 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-02-20 09:52:24 +0100 |
commit | aa4e01e5cd2484eb51ed917410acd2b15f5fdd27 (patch) | |
tree | 638cd853a2faa3b7ce01be012172758a73f7d80f /lisp | |
parent | 5e31b1b484736b771b58a5d153b7e6e8f22cb364 (diff) |
toot: defcustom emojify in compose
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-toot.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 9c6c1ef..97949cd 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -154,6 +154,9 @@ If the original toot visibility is different we use the more restricted one." "Whether to enable your instance's custom emoji by default." :type 'boolean) +(defcustom mastodon-toot--emojify-in-compose-buffer nil + "Whether to enable `emojify' in the compose buffer.") + (defcustom mastodon-toot--proportional-fonts-compose nil "Nonnil to enable using proportional fonts in the compose buffer. By default fixed width fonts are used." |