summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-w3m.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-w3m.el')
-rw-r--r--custom/jao-custom-w3m.el4
1 files changed, 2 insertions, 2 deletions
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)))