org-roam-show-graph -> org-roam-graph-show

org-roam-show-graph marked obsolete by org-roam commit 22b9d4b, see https://github.com/jethrokuan/org-roam/pull/363
This commit is contained in:
Kelvin Porter 2020-03-30 03:14:01 -04:00
parent 169eb2dadd
commit ad70b82009
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
org-roam-insert
org-roam-find-file
org-roam-switch-to-buffer
org-roam-show-graph)
org-roam-graph-show)
:init
(map! :after org
:map org-mode-map
@ -16,7 +16,7 @@
"i" #'org-roam-insert
"b" #'org-roam-switch-to-buffer
"f" #'org-roam-find-file
"g" #'org-roam-show-graph
"g" #'org-roam-graph-show
"i" #'org-roam-insert)
:config
(setq org-roam-directory org-directory)