diff options
author | mousebot <mousebot@riseup.net> | 2021-05-17 20:05:14 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-17 20:05:14 +0200 |
commit | 71b2929bdc63a09889d462495acf49c459b67490 (patch) | |
tree | 87a433a9b510468d2bfebce2c20663bd374dfea0 /lisp/mastodon-notifications.el | |
parent | ab98f3b435e05a0421c297c8f47aa1239b7a4886 (diff) |
message for notifs load, tiny search.el cleanup
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r-- | lisp/mastodon-notifications.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index 4d68437..68f73c6 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -143,7 +143,8 @@ (mastodon-tl--init "*mastodon-notifications*" "notifications" - 'mastodon-notifications--timeline)) + 'mastodon-notifications--timeline) + (message "Loading your nofications...")) (provide 'mastodon-notifications) ;;; mastodon-notifications.el ends here |