diff options
author | Alexander Griffith <griffitaj@gmail.com> | 2018-03-10 17:19:39 -0500 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2018-08-10 22:20:04 -0400 |
commit | 1d8cc96c197b9f2186ec50437eb79c10afaaec2f (patch) | |
tree | ac9868624ef38e514dee0542cce0b78cfc03e174 | |
parent | 802725e043e48e453899d45e0110daa4fbbdc981 (diff) |
added mastodon-notifications--get to mastodon.el load in. (#185)
-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 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." |