From 810335cd9a1f8b38e959e156e0411a91418ddd7b Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Tue, 21 Sep 2021 20:44:12 +0200 Subject: [PATCH] Change org-roam initialization for 2.1.0 --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 489f236..c762d0e 100644 --- a/init.el +++ b/init.el @@ -732,9 +732,9 @@ ("C-c n t" . org-roam-dailies-find-today)) :init (setq org-roam-v2-ack t) - (org-roam-setup) (setq org-roam-completion-system 'default) :config + (org-roam-db-autosync-mode) (setq org-roam-graph-executable "dot") (setq org-roam-graph-extra-config '(("overlap" . "false") ("rankdir" . "LR"))) (require 'org-roam-protocol)