org-roam: disable completion everywhere
This commit is contained in:
parent
bdd2e44a3d
commit
73bcd8f56b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue