From d0ec372defb36c6ab56ba2fa0a55c721b6966933 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 3 Sep 2022 23:10:46 +0100 Subject: per frame consult narrowing is more a hindrance than a help --- custom/jao-custom-email.el | 2 +- custom/jao-custom-eww.el | 2 +- custom/jao-custom-w3m.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'custom') diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el index c3a9804..e79e63d 100644 --- a/custom/jao-custom-email.el +++ b/custom/jao-custom-email.el @@ -301,7 +301,7 @@ (mapcar #'buffer-name (seq-filter #'jao-mail-buffer-p (buffer-list)))))) -(jao-consult-add-buffer-source 'jao-mail-consult-source "mail" ?n) +(jao-consult-add-buffer-source 'jao-mail-consult-source) ;;; . (provide 'jao-custom-email) 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 () diff --git a/custom/jao-custom-w3m.el b/custom/jao-custom-w3m.el index e36d23f..43b9e2d 100644 --- a/custom/jao-custom-w3m.el +++ b/custom/jao-custom-w3m.el @@ -124,7 +124,7 @@ :action (lambda (b) (jao-afio-goto-www) (switch-to-buffer (get-text-property 0 'buffer b))))) - (jao-consult-add-buffer-source 'jao-consult-w3m-source "web" ?w))) + (jao-consult-add-buffer-source 'jao-consult-w3m-source))) ;;; package (use-package w3m -- cgit v1.2.3