From 1d8cc96c197b9f2186ec50437eb79c10afaaec2f Mon Sep 17 00:00:00 2001 From: Alexander Griffith Date: Sat, 10 Mar 2018 17:19:39 -0500 Subject: added mastodon-notifications--get to mastodon.el load in. (#185) --- lisp/mastodon.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 290c9ce..8bf227c 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -48,6 +48,7 @@ (autoload 'mastodon-toot--reply "mastodon-toot") (autoload 'mastodon-toot--toggle-boost "mastodon-toot") (autoload 'mastodon-toot--toggle-favourite "mastodon-toot") +(autoload 'mastodon-notifications--get "mastodon-notifications") (defgroup mastodon nil "Interface with Mastodon." -- cgit v1.2.3