(docs): use org-roam-graph-show on README (#844)

This commit is contained in:
Stig Brautaset
2020-06-17 19:56:25 +01:00
committed by GitHub
parent fd73da9410
commit 3f2f7e3ff7

View File

@ -58,7 +58,7 @@ Here's a sample configuration with using `use-package`:
:bind (:map org-roam-mode-map
(("C-c n l" . org-roam)
("C-c n f" . org-roam-find-file)
("C-c n g" . org-roam-show-graph))
("C-c n g" . org-roam-graph-show))
:map org-mode-map
(("C-c n i" . org-roam-insert))
(("C-c n I" . org-roam-insert-immediate))))