Fix obsolete key binding for org-roam

This commit is contained in:
Daniel - 2020-08-29 11:52:20 +02:00
parent 20176badc7
commit 23c2a225ae
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -2683,7 +2683,7 @@ With given ARG, display files in `db/important-document-path."
:bind (:map org-roam-mode-map :bind (:map org-roam-mode-map
(("C-c n l" . org-roam) (("C-c n l" . org-roam)
("C-c n f" . org-roam-find-file) ("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 :config (progn
;; There seems to be a problem when capturing notes with the capture ;; There seems to be a problem when capturing notes with the capture