summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-completion.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-09-02 02:37:20 +0100
committerjao <jao@gnu.org>2022-09-02 02:37:20 +0100
commit2c6afef1f6bb75097bd192ccb8a88489da4eb063 (patch)
tree656149d9ccab329a71780fb71f8265e100b588f8 /custom/jao-custom-completion.el
parent68d9a048cdd05d19fe79f87a2ec32dde14fd282b (diff)
downloadelibs-2c6afef1f6bb75097bd192ccb8a88489da4eb063.tar.gz
elibs-2c6afef1f6bb75097bd192ccb8a88489da4eb063.tar.bz2
afio frame toggling and clean-ups
Diffstat (limited to 'custom/jao-custom-completion.el')
-rw-r--r--custom/jao-custom-completion.el2
1 files changed, 1 insertions, 1 deletions
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)