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-w3m.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'custom/jao-custom-w3m.el') diff --git a/custom/jao-custom-w3m.el b/custom/jao-custom-w3m.el index 0ccd37c..0edac5e 100644 --- a/custom/jao-custom-w3m.el +++ b/custom/jao-custom-w3m.el @@ -10,7 +10,7 @@ (pop-to-buffer b)))) (defun jao-w3m-browse-url (url &rest r) - (jao-afio--goto-www) + (jao-afio-goto-www) (select-window (frame-first-window)) (unless (jao-w3m-find-url url) (w3m-goto-url-new-session url))) @@ -122,7 +122,7 @@ (seq-map #'jao-www--item (seq-filter #'jao-www--buffer-p (buffer-list)))) :action (lambda (b) - (jao-afio--goto-www) + (jao-afio-goto-www) (switch-to-buffer (get-text-property 0 'buffer b))))) (jao-consult-add-buffer-source 'jao-consult-w3m-source "Web" ?w))) -- cgit v1.2.3