aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-02-28 10:13:20 +0100
committermarty hiatt <martianhiatus@riseup.net>2024-02-28 10:13:20 +0100
commit98351a7c4fb2bac778ca17ddd03706b0fb016c47 (patch)
treeb110904259da6670ee0b8665d17dbd50460262c6 /lisp/mastodon.el
parentc84630f0f1776c661cfaf04ab374e899ae413a2f (diff)
parentb60de81d7b8113fe622e9a5af149f165fab1dc96 (diff)
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 7a04c87..4928bf1 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -463,7 +463,12 @@ Calls `mastodon-tl--get-buffer-type', which see."
(mastodon-toot--enable-custom-emoji)))
(mastodon-profile--fetch-server-account-settings)
(when mastodon-tl--highlight-current-toot
- (cursor-face-highlight-mode))) ; 29.1
+ (cursor-face-highlight-mode)) ; 29.1
+ ;; make `thing-at-point' functions work:
+ (setq-local thing-at-point-provider-alist
+ (append thing-at-point-provider-alist
+ '((url . eww--url-at-point)))))
+
;;;###autoload
(add-hook 'mastodon-mode-hook #'mastodon-mode-hook-fun)