org-roam: add bind to insert roam node link

This commit is contained in:
Evie Litherland-Smith 2024-10-28 09:50:07 +00:00
parent ebdd268882
commit b54a4bb9e5

View file

@ -963,7 +963,8 @@ Configure email with iCalendar event support, to integrate with
:bind (("C-c n r" . org-roam-capture) :bind (("C-c n r" . org-roam-capture)
("C-c n f" . org-roam-node-find) ("C-c n f" . org-roam-node-find)
:map org-mode-map :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 :custom
(org-roam-directory (expand-file-name "roam" org-directory)) (org-roam-directory (expand-file-name "roam" org-directory))
(org-roam-completion-everywhere nil) (org-roam-completion-everywhere nil)