diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-19 10:19:05 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-19 10:22:44 +0200 |
commit | 0e297693434939a70e1d323a4b6880c0ff5e7527 (patch) | |
tree | e2fe3e3978c174e064e1eafe3c461fd839955985 | |
parent | 05c42b95f48d57ac0d06a9a5c4cd910db77f073b (diff) |
use bookmark emoji if possible
-rw-r--r-- | lisp/mastodon-tl.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index d955a5e..8a600d4 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -590,6 +590,7 @@ LETTER is a string, F for favourited, B for boosted, or K for bookmarked." "bookmarked")))) (format "(%s) " (propertize letter 'face 'mastodon-boost-fave-face + ;; emojify breaks this for 🔖: 'help-echo (format "You have %s this status." help-string))))) |