diff --git a/doc/org-roam.org b/doc/org-roam.org index 297fa46..0df331f 100644 --- a/doc/org-roam.org +++ b/doc/org-roam.org @@ -1151,7 +1151,8 @@ variable using directory-local variables. This is what ~.dir-locals.el~ may contain: #+BEGIN_SRC emacs-lisp - ((nil . ((org-roam-directory . "/path/to/here/")))) + ((nil . ((org-roam-directory . ".") + (org-roam-db-location . "./org-roam.db")))) #+END_SRC All files within that directory will be treated as their own separate diff --git a/doc/org-roam.texi b/doc/org-roam.texi index b7dcba4..8f57d5d 100644 --- a/doc/org-roam.texi +++ b/doc/org-roam.texi @@ -1498,7 +1498,8 @@ variable using directory-local variables. This is what @code{.dir-locals.el} may contain: @lisp -((nil . ((org-roam-directory . "/path/to/here/")))) +((nil . ((org-roam-directory . ".") + (org-roam-db-location . "./org-roam.db")))) @end lisp All files within that directory will be treated as their own separate