From 59ebbda73033665e72a1653aaa6d5304af273ad6 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Mon, 10 Feb 2020 14:19:28 +0800 Subject: [PATCH] Update README with org-roam-link-representation customization --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1bd8da9..63a3e92 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ package manager. :straight (:host github :repo "jethrokuan/org-roam") :custom (org-roam-directory "/path/to/org-files/") + (org-roam-link-representation 'title) ;; or keep it as 'id :bind ("C-c n l" . org-roam) ("C-c n t" . org-roam-today)