diff options
Diffstat (limited to '.config/emacs/modules/bd--browse.el')
-rw-r--r-- | .config/emacs/modules/bd--browse.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/modules/bd--browse.el b/.config/emacs/modules/bd--browse.el index f300162..3731b18 100644 --- a/.config/emacs/modules/bd--browse.el +++ b/.config/emacs/modules/bd--browse.el @@ -66,12 +66,12 @@ icecat, or eww." (bd/search-candidate "Web" "" 3)))) (defun bd/browse-dispatcher () - "Select and `browse-url' a bookmark." + "Select and `browse-url' a bookmark or search feature." (interactive) (unwind-protect (selector (list (bd/selector-bookmarks) - (bd/selector-search))))) + (bd/selector-search))))) (setopt browse-url-handlers `((,(regexp-opt '("youtube.com" "youtu.be" "vid.puffyan.us" "deezer.page" "deezer.com")) . |