diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-07-06 17:04:46 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-07-06 17:04:46 +0200 |
commit | 4e8d28616431d2ddedc01eb021d20718f1eb1877 (patch) | |
tree | 5ee6f90526c02beb45248c9e988f347192a1ec90 /lisp/mastodon-toot.el | |
parent | 1887a2d414029cfd7d76b5ea2edee9a15a85d0cf (diff) |
mastodon-use-emojify customize
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 694d9c0..496f334 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -158,10 +158,7 @@ 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 t - "Whether to enable `emojify-mode' in the compose buffer. -We only attempt to enable it if its bound." - :type 'boolean) +(defvar mastodon-use-emojify) (defcustom mastodon-toot--proportional-fonts-compose nil "Nonnil to enable using proportional fonts in the compose buffer. |