branch: elpa/mastodon
commit 55de8c92cf8342c5615b1a5a13e61209fc8d098c
Author: marty hiatt <martianhia...@disroot.org>
Commit: marty hiatt <martianhia...@disroot.org>

    tl: require image-mode for masto image mode map
---
 lisp/mastodon-tl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index a8bd76c8e2..8d72011707 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -334,7 +334,7 @@ types of mastodon links and not just shr.el-generated 
ones.")
   "The keymap to be set for the author byline.
 It is active where point is placed by `mastodon-tl-goto-next-item.'")
 
-(defvar image-mode-map)
+(require 'image-mode)
 
 (defvar mastodon-image-mode-map
   (let ((map (make-sparse-keymap)))

Reply via email to