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-eww.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'custom/jao-custom-eww.el') diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index dbe147f..ae486fb 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -5,7 +5,7 @@ "Browse URL using eww." (if (derived-mode-p 'eww-mode) (eww url) - (jao-afio--goto-www) + (jao-afio-goto-www) (select-window (frame-first-window)) (let* ((url (url-encode-url url)) (bf (seq-find `(lambda (b) @@ -66,7 +66,7 @@ :annotate (lambda (c) (get-text-property 0 'url c)) :history 'jao-eww-consult-history :action (lambda (b) - (jao-afio--goto-www) + (jao-afio-goto-www) (switch-to-buffer (get-text-property 0 'buffer b))) :items (lambda () @@ -100,7 +100,7 @@ (interactive "P") (if (> (length jao-eww--closed-urls) 0) (let ((url (completing-read "URL: " jao-eww--closed-urls))) - (jao-afio--goto-www) + (jao-afio-goto-www) (setq jao-eww--closed-urls (remove url jao-eww--closed-urls)) (eww url (when arg 4))) (message "No previously closed URLs."))) -- cgit v1.2.3