org-roam: add bind to insert roam node link
This commit is contained in:
parent
ebdd268882
commit
b54a4bb9e5
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue