From 749905e3b35e784b8254d9efbe33ddef2cb1d776 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 1 Sep 2022 00:08:14 +0100 Subject: eww-session: don't try to open if there's eww buffers around --- custom/jao-custom-eww.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/jao-custom-eww.el') 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)))))) -- cgit v1.2.3