diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-02 10:15:45 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-02 10:15:45 +0200 |
commit | 951ad5d60e4ff24ad108f60a9f45df8e241ef7c2 (patch) | |
tree | 1bd4a0b1c738daa9eb605878266e69d32d9c15cf /lisp/mastodon.el | |
parent | 41f5bd5199c6d132dc6312746ac2ff150aba094c (diff) |
add mastodon-transient.el
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index faeae61..6e9586b 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -38,13 +38,15 @@ ;;; Code: (require 'cl-lib) ; for `cl-some' call in mastodon (eval-when-compile (require 'subr-x)) -(require 'mastodon-http) -(require 'mastodon-toot) -(require 'mastodon-search) (require 'url) (require 'thingatpt) (require 'shr) +(require 'mastodon-http) +(require 'mastodon-toot) +(require 'mastodon-search) +(require 'mastodon-transient) + (declare-function discover-add-context-menu "discover") (declare-function emojify-mode "emojify") (declare-function request "request") |