diff options
| author | bd <bdunahu@operationnull.com> | 2025-03-27 01:34:19 -0400 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-03-27 01:34:19 -0400 |
| commit | 5e6d0f9cd5cfc975d65ed49753c48346a0da06e2 (patch) | |
| tree | 879b88805c445c4bf046a0d9b7c5b8bae69b20e4 /.config/emacs/modules/bd--browse.el | |
| parent | f812052b598dda8fed3b683333b323ab9f04b60f (diff) | |
Fix keybinding on denote journal
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")) . |
