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 /lisp/mastodon-discover.el | |
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 'lisp/mastodon-discover.el')
-rw-r--r-- | lisp/mastodon-discover.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-discover.el b/lisp/mastodon-discover.el index 5d1a86e..dc8a924 100644 --- a/lisp/mastodon-discover.el +++ b/lisp/mastodon-discover.el @@ -76,7 +76,7 @@ ("F" "Federated" mastodon-tl--get-federated-timeline) ("H" "Home" mastodon-tl--get-home-timeline) ("L" "Local" mastodon-tl--get-local-timeline) - ("N" "Notifications" mastodon-notifications--get) + ("N" "Notifications" mastodon-notifications-get) ("u" "Update timeline" mastodon-tl--update) ("S" "Search" mastodon-search--search-query) ("O" "Jump to your profile" mastodon-profile--my-profile) |