Fix keybinding definitions for Org roam

Were defined in the wrong map, probably because this map was the correct
one in Org roam v1.
This commit is contained in:
Daniel - 2023-12-23 18:24:31 +01:00
parent 4fd8b655f9
commit 4eeb5527bc
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -1264,7 +1264,7 @@
(org-roam-mode-sections (list #'org-roam-backlinks-section
#'org-roam-reflinks-section
#'org-roam-unlinked-references-section)))
:bind (:map org-roam-mode-map
:bind (:map org-mode-map
(("C-c n l" . org-roam-buffer-toggle)
("C-c n g" . org-roam-graph)))
:config (org-roam-db-autosync-mode))