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--notes.el | |
parent | f812052b598dda8fed3b683333b323ab9f04b60f (diff) |
Fix keybinding on denote journal
Diffstat (limited to '.config/emacs/modules/bd--notes.el')
-rw-r--r-- | .config/emacs/modules/bd--notes.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |