diff options
author | mousebot <mousebot@riseup.net> | 2021-10-22 12:34:28 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-22 12:34:28 +0200 |
commit | 545ef7d498f236974c6fe2ae767d645436694a45 (patch) | |
tree | 4de45f73d37855054d1339b8dea5b61b909d1a83 /lisp/mastodon-profile.el | |
parent | a0393146d3424d8e0f249d3947c54a9faf19e509 (diff) |
update discover menu
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 2c364da..a374061 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -143,6 +143,14 @@ extra keybindings." "favourites" 'mastodon-tl--timeline)) +(defun mastodon-profile--view-bookmarks () + "Open a new buffer displaying the user's bookmarks." + (interactive) + (message "Loading your bookmarked toots...") + (mastodon-tl--init "bookmarks" + "bookmarks" + 'mastodon-tl--timeline)) + (defun mastodon-profile--view-follow-requests () "Open a new buffer displaying the user's follow requests." (interactive) |