(docs): update org-roam-graph-show in README.md (#1121)

This commit is contained in:
Geoff Langenderfer
2020-09-20 04:11:40 -05:00
committed by GitHub
parent f5257cefa7
commit f59c18fda5

View File

@ -63,7 +63,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-graph-show))
("C-c n g" . org-roam-graph))
:map org-mode-map
(("C-c n i" . org-roam-insert))
(("C-c n I" . org-roam-insert-immediate))))