From 61273748883b504f4ed9ffd47aff30079a0f6a85 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Thu, 26 Sep 2024 22:18:04 +0200 Subject: [PATCH] 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. --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 9ddf340..441286c 100644 --- a/config.org +++ b/config.org @@ -843,10 +843,10 @@ Preserve indentation in SRC blocks (use-package org-roam :custom (org-roam-directory "~/projects/notes") + (org-roam-completion-everywhere t) :config (org-roam-setup) ) - #+END_SRC *** UI