ORG_ROAM: Add completion everywhere

That way, when we type a part of the note name, we get an automatic
link/insert of the node.
This commit is contained in:
Laurens Miers 2024-09-26 22:18:04 +02:00
parent 8a5527c2d4
commit 6127374888

View file

@ -843,10 +843,10 @@ Preserve indentation in SRC blocks
(use-package org-roam (use-package org-roam
:custom :custom
(org-roam-directory "~/projects/notes") (org-roam-directory "~/projects/notes")
(org-roam-completion-everywhere t)
:config :config
(org-roam-setup) (org-roam-setup)
) )
#+END_SRC #+END_SRC
*** UI *** UI