diff options
Diffstat (limited to 'custom/jao-custom-w3m.el')
-rw-r--r-- | custom/jao-custom-w3m.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |