From 9968db53b9bba9ef1b3145f41006b592cb50c252 Mon Sep 17 00:00:00 2001 From: BardofSprites Date: Sat, 4 Oct 2025 15:14:02 -0400 Subject: change denote/org-roam keybinds --- bard-emacs-modules/bard-emacs-writing.el | 7 ++++--- 1 file 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 " . 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 " . 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)) -- cgit v1.2.3