Add bind to toggle org-roam buffer

This commit is contained in:
Evie Litherland-Smith 2024-05-17 11:30:49 +01:00
parent 201d747454
commit 000bb239e7

View file

@ -672,7 +672,9 @@
:after org
:bind (("C-c r i" . org-roam-node-insert)
("C-c r f" . org-roam-node-find)
("C-c r n" . org-roam-capture))
("C-c r n" . org-roam-capture)
:map org-mode-map
("C-c r b" . org-roam-buffer-toggle))
:custom
(org-roam-directory (expand-file-name "roam" org-directory))
(org-roam-completion-everywhere nil)