From 23c2a225ae88f86377c0a781c54a9b73cd237a0c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 29 Aug 2020 11:52:20 +0200 Subject: [PATCH] Fix obsolete key binding for org-roam --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 2559e39..433697a 100644 --- a/init.el +++ b/init.el @@ -2683,7 +2683,7 @@ With given ARG, display files in `db/important-document-path’." :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))) :config (progn ;; There seems to be a problem when capturing notes with the capture