mirror of
https://github.com/org-roam/org-roam
synced 2025-09-16 15:56:48 -05:00
(fix): Enforce default for ‘org-roam-index-file’ (#599)
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user