aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init')
-rw-r--r--emacs/.emacs.d/init/ycp-web.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/.emacs.d/init/ycp-web.el b/emacs/.emacs.d/init/ycp-web.el
index 6083b35..3c033ad 100644
--- a/emacs/.emacs.d/init/ycp-web.el
+++ b/emacs/.emacs.d/init/ycp-web.el
@@ -335,12 +335,12 @@
(add-hook 'mastodon-toot-mode-hook (lambda () (turn-off-auto-fill)))
(mastodon))
-(my-package mastorg
+(my-package fediorg
(:delay 60)
(require 'my-web)
(add-to-list 'browse-url-handlers
- `(my-mastodon-url-p
- . ,(lambda (url &rest _) (mastorg-open url))))
+ `(fediorg-post-url-p
+ . ,(lambda (url &rest _) (fediorg-open url))))
)
(add-to-list 'load-path (locate-user-emacs-file "lisp/servall/lisp"))