diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-27 08:44:55 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-27 08:44:55 +0200 |
commit | 3715823cce66553bc2d51f1431202d014439572b (patch) | |
tree | b399442dc341b9f343ab76718faa47b1267e385f /lisp/mastodon-profile.el | |
parent | 8818971cb274f458d17ad8651480cf64a64d8b0e (diff) |
autoloads, flycheck
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index ae244d8..8ae5ace 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -65,7 +65,7 @@ (autoload 'mastodon-tl--goto-first-item "mastodon-tl") (autoload 'mastodon-toot "mastodon") (autoload 'mastodon-search--insert-users-propertized "mastodon-search") - +(autoload 'mastodon-tl--get-endpoint "mastodon-tl.el") (defvar mastodon-instance-url) (defvar mastodon-tl--buffer-spec) (defvar mastodon-tl--update-point) @@ -78,7 +78,7 @@ (let ((map (make-sparse-keymap))) (define-key map (kbd "s") #'mastodon-profile--open-followers) (define-key map (kbd "g") #'mastodon-profile--open-following) - (define-key map (kbd "C-c C-c") #'mastodon-profile--account-view-cycle) + (define-key map (kbd "C-c C-c") #'mastodon-profile-account-view-cycle) map) "Keymap for `mastodon-profile-mode'.") |