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:
parent
8a5527c2d4
commit
6127374888
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue