org-roam: disable completion everywhere

This commit is contained in:
Evie Litherland-Smith 2024-03-20 09:54:56 +00:00
parent bdd2e44a3d
commit 73bcd8f56b

View file

@ -88,7 +88,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
("C-c o r n" . org-roam-capture))
:custom
(org-roam-directory (expand-file-name "roam" org-directory))
(org-roam-completion-everywhere t)
(org-roam-completion-everywhere nil)
(org-roam-node-display-template (concat "${title:*} "
(propertize "${tags:24}" 'face 'org-tag)))
:config