aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardofSprites <bard>2025-10-04 15:14:02 -0400
committerBardofSprites <bard>2025-10-04 15:14:02 -0400
commit9968db53b9bba9ef1b3145f41006b592cb50c252 (patch)
tree80dd932ee1ae0ba6ce3d06775c9814a9bf594b37
parentdba0c0dfb2086b3872073d02c798c87ca42bae68 (diff)
change denote/org-roam keybinds
-rw-r--r--bard-emacs-modules/bard-emacs-writing.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el
index ec5ac23..8dc58b9 100644
--- a/bard-emacs-modules/bard-emacs-writing.el
+++ b/bard-emacs-modules/bard-emacs-writing.el
@@ -103,7 +103,7 @@
:bind
(("C-c n n" . denote)
("C-c n <TAB>" . denote-region)
- ("C-c n o" . denote-sort-dired)
+ ("C-c n d" . denote-sort-dired)
("C-c n r" . denote-rename-file-using-front-matter)
("C-c n k" . denote-rename-file-keywords)
("C-c n i" . denote-link)
@@ -132,7 +132,7 @@
(require 'bard-writing)
:bind
("C-c n N" . denote-sequence)
- ("C-c n O" . denote-sequence-dired)
+ ("C-c n D" . denote-sequence-dired)
("C-c n <SPC>" . denote-sequence-region))
(use-package org-roam
@@ -140,7 +140,8 @@
:custom
(org-roam-directory (file-truename "~/Notes/denote"))
:bind (("C-c n l" . org-roam-buffer-toggle)
- ("C-c n i" . org-roam-node-insert))
+ ("C-c n i" . org-roam-node-insert)
+ ("C-c n o" . org-roam-node-find))
:config
(org-roam-db-autosync-mode 1))