Merge pull request #2794 from pnivlek/develop

Move away from obsolete org-roam function in org +roam
This commit is contained in:
Henrik Lissner 2020-03-30 13:39:44 -04:00 committed by GitHub
commit 111a3e0296
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -487,7 +487,7 @@
:desc "Switch to buffer" "b" #'org-roam-switch-to-buffer
:desc "Insert" "i" #'org-roam-insert
: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)
(:prefix ("j" . "journal")

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)