summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-eww.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-eww.el')
-rw-r--r--custom/jao-custom-eww.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el
index 27c5821..dbe147f 100644
--- a/custom/jao-custom-eww.el
+++ b/custom/jao-custom-eww.el
@@ -12,7 +12,7 @@
(with-current-buffer b
(string= ,url
(url-encode-url (eww-current-url)))))
- (jao-eww-session--list-buffers))))
+ (jao-eww-session-eww-buffers))))
(cond (bf (switch-to-buffer bf))
((string-match-p url "^file://") (eww-open-file url))
(t (eww url 4))))))