aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-07-18 12:55:56 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-07-18 12:55:56 +0200
commitf16fcb15a8be0143db1f4a11f5025512feca5b44 (patch)
tree55016782b6ea06c27416c21822f26bc78b4d00dd
parent3ba86999d3369b7e44172403d9aed7d48e1c9813 (diff)
use mastodon-use-emojify in toot.el
-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 3218709..51cf1c0 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -2029,7 +2029,7 @@ EDIT means we are editing an existing toot, not composing a new one."
(setq mastodon-toot-previous-window-config previous-window-config)
(when mastodon-toot--proportional-fonts-compose
(facemenu-set-face 'variable-pitch))
- (when (and mastodon-toot--emojify-in-compose-buffer
+ (when (and mastodon-use-emojify
;; emojify loaded but poss not enabled in our buffer:
(boundp 'emojify-mode))
(emojify-mode))