mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
Update README for setting org-roam-directory
This commit is contained in:
@ -44,6 +44,8 @@ package manager.
|
|||||||
:after org
|
:after org
|
||||||
:hook (org-mode . org-roam-mode)
|
:hook (org-mode . org-roam-mode)
|
||||||
:straight (:host github :repo "jethrokuan/org-roam")
|
:straight (:host github :repo "jethrokuan/org-roam")
|
||||||
|
:custom
|
||||||
|
(org-roam-directory "/path/to/org-files/")
|
||||||
:bind
|
:bind
|
||||||
("C-c n l" . org-roam)
|
("C-c n l" . org-roam)
|
||||||
("C-c n t" . org-roam-today)
|
("C-c n t" . org-roam-today)
|
||||||
|
Reference in New Issue
Block a user