From b54a4bb9e5ce981210dded5d5bddcb26254bdccb Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 28 Oct 2024 09:50:07 +0000 Subject: [PATCH] org-roam: add bind to insert roam node link --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 588041f..abea5d8 100644 --- a/README.org +++ b/README.org @@ -963,7 +963,8 @@ Configure email with iCalendar event support, to integrate with :bind (("C-c n r" . org-roam-capture) ("C-c n f" . org-roam-node-find) :map org-mode-map - ("C-c n l" . org-roam-buffer-toggle)) + ("C-c n l" . org-roam-node-insert) + ("C-c n C-l" . org-roam-buffer-toggle)) :custom (org-roam-directory (expand-file-name "roam" org-directory)) (org-roam-completion-everywhere nil)