diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-21 11:46:20 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-21 11:49:46 +0100 |
commit | c19cd695b3f40a9de508e066989cb23438c9c7f7 (patch) | |
tree | 804a99c656160c19c3676b6989cbbebf430b523d /README.org | |
parent | de20da981c13fe29f5451f056d735a7b07ba156a (diff) |
make mastodon-notifications-get a global function
so we can view notifs without first openin other masto buffers
- move it to mastodon.el
- autoload cookie
- rename all instances
- pray the keymap works
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -222,7 +222,10 @@ You can download and use your instance's custom emoji *** Other commands and account settings: -- =mastodon-url-lookup=: Attempt to load URL in =mastodon.el=. URL may be the one at point or provided in the minibuffer. Should also work if =mastodon.el= is not yet loaded. +In addition to =mastodon=, the following functions are autoloaded and should work without first loading =mastodon.el=: +- =mastodon-toot=: Compose new toot +- =mastodon-notifications-get=: View all notifications +- =mastodon-url-lookup=: Attempt to load a URL in =mastodon.el=. URL may be at point or provided in the minibuffer. - =mastodon-tl--view-instance-description=: View information about the instance that the author of the toot at point is on. |