Provide more completion in Org roam buffers

This may be helpful.
This commit is contained in:
Daniel - 2021-01-02 15:27:12 +01:00
parent 0fe34a99bb
commit e7b50ed3d4
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

@ -1326,7 +1326,8 @@
(use-package org-roam
:commands (org-roam-find-file)
:custom ((org-roam-directory "~/Documents/zettelkasten/")
(org-roam-db-location "~/Documents/zettelkasten/org-roam.db"))
(org-roam-db-location "~/Documents/zettelkasten/org-roam.db")
(org-roam-completion-everywhere t))
:bind (:map org-roam-mode-map
(("C-c n l" . org-roam)
("C-c n f" . org-roam-find-file)