diff options
Diffstat (limited to 'custom/jao-custom-eww.el')
-rw-r--r-- | custom/jao-custom-eww.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index f33aed1..efa0828 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -77,7 +77,7 @@ (propertize (if (string-blank-p tl) url tl) 'buffer b 'url url)))) (seq-filter #'jao-www--buffer-p (buffer-list)))))) - (jao-consult-add-buffer-source 'jao-eww-buffer-source "web" ?e)) + (jao-consult-add-buffer-source 'jao-eww-buffer-source)) ;;; images (defun jao-eww-next-image () |