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:
parent
169eb2dadd
commit
ad70b82009
2 changed files with 3 additions and 3 deletions
|
@ -487,7 +487,7 @@
|
||||||
:desc "Switch to buffer" "b" #'org-roam-switch-to-buffer
|
:desc "Switch to buffer" "b" #'org-roam-switch-to-buffer
|
||||||
:desc "Insert" "i" #'org-roam-insert
|
:desc "Insert" "i" #'org-roam-insert
|
||||||
:desc "Find file" "f" #'org-roam-find-file
|
:desc "Find file" "f" #'org-roam-find-file
|
||||||
:desc "Show graph" "g" #'org-roam-show-graph))
|
:desc "Show graph" "g" #'org-roam-graph-show))
|
||||||
|
|
||||||
(:when (featurep! :lang org +journal)
|
(:when (featurep! :lang org +journal)
|
||||||
(:prefix ("j" . "journal")
|
(:prefix ("j" . "journal")
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
org-roam-insert
|
org-roam-insert
|
||||||
org-roam-find-file
|
org-roam-find-file
|
||||||
org-roam-switch-to-buffer
|
org-roam-switch-to-buffer
|
||||||
org-roam-show-graph)
|
org-roam-graph-show)
|
||||||
:init
|
:init
|
||||||
(map! :after org
|
(map! :after org
|
||||||
:map org-mode-map
|
:map org-mode-map
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
"i" #'org-roam-insert
|
"i" #'org-roam-insert
|
||||||
"b" #'org-roam-switch-to-buffer
|
"b" #'org-roam-switch-to-buffer
|
||||||
"f" #'org-roam-find-file
|
"f" #'org-roam-find-file
|
||||||
"g" #'org-roam-show-graph
|
"g" #'org-roam-graph-show
|
||||||
"i" #'org-roam-insert)
|
"i" #'org-roam-insert)
|
||||||
:config
|
:config
|
||||||
(setq org-roam-directory org-directory)
|
(setq org-roam-directory org-directory)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue