summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--notes.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-18 15:49:17 -0400
committerbd <bdunahu@operationnull.com>2025-03-18 15:49:17 -0400
commitcaa598b5c3d467ea0bb85bcd26858aa94b7c096d (patch)
tree6af2cd7b20288c1c7d06fbc71bdb9d54578e33db /.config/emacs/modules/bd--notes.el
parent3145b31dcff940ed2ef26d1a34401d8c4eff9ba3 (diff)
xmodmap->xkbcomp, swap control and space keys
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