From f3beec3c3b68229fca073b1dbb6628535170f74a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 5 Feb 2024 14:41:35 +0000 Subject: [PATCH] Fix org-roam initialisation --- README.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.org b/README.org index d4adf48..938d89a 100644 --- a/README.org +++ b/README.org @@ -470,7 +470,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]] (org-roam-directory (expand-file-name "roam" org-directory)) (org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag))) - :init + :config (mkdir org-roam-directory t) (add-to-list 'display-buffer-alist '("\\*org-roam\\*" @@ -480,7 +480,6 @@ For reference information, see [[https://orgmode.com][Org-mode website]] (window-width . 0.33) (window-parameters . ((no-other-window . t) (no-delete-other-windows . t))))) - :config (org-roam-db-autosync-mode +1)) #+end_src