From 864ed2b18804859478053cd0d4a3b40d11d72c7f Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 30 Aug 2022 23:34:34 +0200 Subject: autoload --- lisp/mastodon-notifications.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index 9986ede..32cc4ee 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -49,6 +49,7 @@ (autoload 'mastodon-tl--toot-id "mastodon-tl.el") (autoload 'mastodon-http--get-params-async-json "mastodon-http.el") (autoload 'mastodon-profile--view-follow-requests "mastodon-profile.el") +(autoload 'mastodon-tl--reload-timeline-or-profile "mastodon-tl") (defvar mastodon-tl--buffer-spec) (defvar mastodon-tl--display-media-p) (defvar mastodon-tl--buffer-spec) -- cgit v1.2.3 From 8a4f5dd9036e8b96701e3201a80b213c3388cd25 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 31 Aug 2022 14:31:14 +0200 Subject: readme clean up --- README.org | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.org b/README.org index 3b91224..baa7dfa 100644 --- a/README.org +++ b/README.org @@ -216,12 +216,7 @@ See =M-x customize-group RET mastodon= to view all customize options. - Enable image caching - Compose options: - - Default toot visibility, using =mastodon-toot--default-visibility= variable. Valid values are ="public"=, ="unlisted"=, ="private"=, or =direct=. -<<<<<<< HEAD - - Completions for user mentions -======= - Completion for mentions and tags ->>>>>>> develop - Enable custom emoji *** live-updating timelines: =mastodon-async-mode= -- cgit v1.2.3