summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/emacs/modules/bd--browse.el4
-rw-r--r--.config/emacs/modules/bd--notes.el2
2 files changed, 3 insertions, 3 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")) .
diff --git a/.config/emacs/modules/bd--notes.el b/.config/emacs/modules/bd--notes.el
index 6e71caa..f74c44f 100644
--- a/.config/emacs/modules/bd--notes.el
+++ b/.config/emacs/modules/bd--notes.el
@@ -37,7 +37,7 @@ then pastes the active region."
((dired-mode . denote-dired-mode-in-directories))
:bind (("C-c d d" . 'denote)
("C-c d f" . 'denote-open-or-create)
- ("C-c j" . 'denote-journal-extras-new-or-existing-entry)
+ ("C-c d j" . 'denote-journal-extras-new-or-existing-entry)
:map org-mode-map
("C-c l" . 'denote-link))
:config