summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-27 01:34:19 -0400
committerbd <bdunahu@operationnull.com>2025-03-27 01:34:19 -0400
commit5e6d0f9cd5cfc975d65ed49753c48346a0da06e2 (patch)
tree879b88805c445c4bf046a0d9b7c5b8bae69b20e4 /.config/emacs
parentf812052b598dda8fed3b683333b323ab9f04b60f (diff)
Fix keybinding on denote journal
Diffstat (limited to '.config/emacs')
-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