From 9367efb5b995990046edc93ae9f81e3be5d12b7c Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 6 Sep 2021 14:46:29 -0400 Subject: [PATCH] BUGFIX! --- README.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.org b/README.org index 617b694..c73ed4e 100644 --- a/README.org +++ b/README.org @@ -2225,8 +2225,7 @@ Org Roam[fn:61] is a plain-text knowledge management system. It borrows principl (require 'org-roam) (add-hook 'after-init-hook (lambda () - (org-roam-setup) - (org-roam-ui-mode +1))) + (org-roam-setup))) ;; Silence the migration warnings. (setq org-roam-v2-ack t)