diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-23 13:55:31 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-23 14:04:09 -0400 |
commit | 098bc1463eeac231e04dcf395626ae24e0a7ad7b (patch) | |
tree | 04dc3674660ed173bb0c3df77af3da41c579305f /test/ert-helper.el | |
parent | 3219e560663c4dd86e0a7e66cdad5b5868fb92e6 (diff) |
Close #52 with mastodon-tl--more function
You can request more toots by hitting 'j' at the end of a timeline buffer
Diffstat (limited to 'test/ert-helper.el')
-rw-r--r-- | test/ert-helper.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ert-helper.el b/test/ert-helper.el index 53111d7..517eb35 100644 --- a/test/ert-helper.el +++ b/test/ert-helper.el @@ -3,4 +3,5 @@ (load-file "lisp/mastodon-auth.el") (load-file "lisp/mastodon-toot.el") (load-file "lisp/mastodon-tl.el") +(load-file "lisp/mastodon.el") |