diff options
author | marty hiatt <martianhiatus@disroot.org> | 2024-10-31 10:08:47 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@disroot.org> | 2024-10-31 10:08:47 +0100 |
commit | c4edecd145eafc7f6d7fd58106dbc0bca43ed861 (patch) | |
tree | 78db2c085964a50bae23322d631902ef91011628 /lisp/mastodon-toot.el | |
parent | 380c6be86f570854cc9b2a714f36301339e57c8b (diff) |
cask build cleanups
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 82ebc90..fa5a955 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -36,14 +36,18 @@ (require 'emojify nil :noerror) (declare-function emojify-insert-emoji "emojify") (declare-function emojify-set-emoji-data "emojify") +(declare-function emojify-mode "emojify") +(declare-function emojify-emojis-each "emojify") (defvar emojify-emojis-dir) (defvar emojify-user-emojis) +(defvar emojify-emoji-styles) (require 'cl-lib) (require 'persist) (require 'mastodon-iso) (require 'facemenu) (require 'text-property-search) +(require 'ht) (eval-when-compile (require 'mastodon-tl)) |