Update README for setting org-roam-directory

This commit is contained in:
Jethro Kuan
2020-02-06 20:50:22 +08:00
parent f00ce80e25
commit b83d2602b3

View File

@ -44,6 +44,8 @@ package manager.
:after org
:hook (org-mode . org-roam-mode)
:straight (:host github :repo "jethrokuan/org-roam")
:custom
(org-roam-directory "/path/to/org-files/")
:bind
("C-c n l" . org-roam)
("C-c n t" . org-roam-today)