From 2c6afef1f6bb75097bd192ccb8a88489da4eb063 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 2 Sep 2022 02:37:20 +0100 Subject: afio frame toggling and clean-ups --- custom/jao-custom-completion.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/jao-custom-completion.el') diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el index 0682b44..3977167 100644 --- a/custom/jao-custom-completion.el +++ b/custom/jao-custom-completion.el @@ -427,7 +427,7 @@ (defun jao-embark-targets--play-video (player url) (interactive "sURL: ") (let ((cmd (format "%s %s" player (shell-quote-argument url)))) - (jao-afio--goto-www) + (jao-afio-goto-www) (start-process-shell-command player nil cmd))) (defun jao-embark-targets-mpv (&optional url) -- cgit v1.2.3