Update README with org-roam-link-representation customization

This commit is contained in:
Jethro Kuan
2020-02-10 14:19:28 +08:00
parent 72f62c5290
commit 59ebbda730

View File

@ -46,6 +46,7 @@ package manager.
:straight (:host github :repo "jethrokuan/org-roam") :straight (:host github :repo "jethrokuan/org-roam")
:custom :custom
(org-roam-directory "/path/to/org-files/") (org-roam-directory "/path/to/org-files/")
(org-roam-link-representation 'title) ;; or keep it as 'id
: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)