summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--notes.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/modules/bd--notes.el')
-rw-r--r--.config/emacs/modules/bd--notes.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/emacs/modules/bd--notes.el b/.config/emacs/modules/bd--notes.el
index ee17e38..6e71caa 100644
--- a/.config/emacs/modules/bd--notes.el
+++ b/.config/emacs/modules/bd--notes.el
@@ -35,9 +35,9 @@ then pastes the active region."
:defer 1
:hook
((dired-mode . denote-dired-mode-in-directories))
- :bind (("H-d d" . 'denote)
- ("H-d f" . 'denote-open-or-create)
- ("H-d j" . 'denote-journal-extras-new-or-existing-entry)
+ :bind (("C-c d d" . 'denote)
+ ("C-c d f" . 'denote-open-or-create)
+ ("C-c j" . 'denote-journal-extras-new-or-existing-entry)
:map org-mode-map
("C-c l" . 'denote-link))
:config