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

org-roam-graph-show is deprecated

Closes #2987
This commit is contained in:
Henrik Lissner 2020-04-27 13:33:00 -04:00
parent c601382a55
commit 019e988b8d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 4 additions and 4 deletions

View file

@ -157,7 +157,7 @@
:desc "Switch to buffer" "b" #'org-roam-switch-to-buffer
:desc "Org Roam Capture" "c" #'org-roam-capture
:desc "Find file" "f" #'org-roam-find-file
:desc "Show graph" "g" #'org-roam-graph-show
:desc "Show graph" "g" #'org-roam-graph
:desc "Insert" "i" #'org-roam-insert
:desc "Org Roam" "r" #'org-roam
(:prefix ("d" . "by date")

View file

@ -490,7 +490,7 @@
:desc "Switch to buffer" "b" #'org-roam-switch-to-buffer
:desc "Org Roam Capture" "c" #'org-roam-capture
:desc "Find file" "f" #'org-roam-find-file
:desc "Show graph" "g" #'org-roam-graph-show
:desc "Show graph" "g" #'org-roam-graph
:desc "Insert" "i" #'org-roam-insert
:desc "Org Roam" "r" #'org-roam
(:prefix ("d" . "by date")

View file

@ -13,7 +13,7 @@
:hook (org-roam-backlinks-mode . turn-on-visual-line-mode)
:commands (org-roam-buffer-toggle-display
org-roam-find-file
org-roam-graph-show
org-roam-graph
org-roam-insert
org-roam-switch-to-buffer
org-roam-dailies-date
@ -31,7 +31,7 @@
:prefix ("m" . "org-roam")
"b" #'org-roam-switch-to-buffer
"f" #'org-roam-find-file
"g" #'org-roam-graph-show
"g" #'org-roam-graph
"i" #'org-roam-insert
"m" #'org-roam
(:prefix ("d" . "by date")