From b4927abbd78ca08adccf3de088007d1f6d353592 Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Tue, 12 May 2020 10:12:14 +0200 Subject: [PATCH] =?UTF-8?q?(fix):=20Enforce=20default=20for=20=E2=80=98org?= =?UTF-8?q?-roam-index-file=E2=80=99=20(#599)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- org-roam.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam.el b/org-roam.el index d31add2..46797b6 100644 --- a/org-roam.el +++ b/org-roam.el @@ -554,7 +554,7 @@ which takes as its argument an alist of path-completions. See (interactive) (find-file org-roam-directory)) -(defcustom org-roam-index-file nil +(defcustom org-roam-index-file "index.org" "Path to the Org-roam index file. The path can be a string or a function. If it is a string, it should be the path (absolute or relative to `org-roam-directory')