diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-05 13:57:36 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-06 09:42:14 +0200 |
commit | acbd904683f68b7720af6fe766ab0ec98352a350 (patch) | |
tree | 43362245345f8899288f274d365bca782a046544 /lisp/mastodon.el | |
parent | 87705c415d6ec3bbf2ed13b844d9c8d1400f1fa4 (diff) |
customize option to display orig toot when replying
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 0c6104f..64aefc0 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -33,6 +33,7 @@ ;;; Code: (require 'cl-lib) ; for `cl-some' call in mastodon +(eval-when-compile (require 'subr-x)) (require 'mastodon-http) (require 'mastodon-toot) |