From 7b1991b2aad14b7cdfa730f9c211f5c9eaa71743 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 23 Mar 2024 09:35:25 -0400 Subject: [PATCH] home-manager: added org-roam config --- home/shell.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/shell.nix b/home/shell.nix index 64127f16..e3cc81b6 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -70,6 +70,10 @@ ; Enable column 80 line for coding (setq-default fill-column 80) (add-hook 'prog-mode-hook #'display-fill-column-indicator-mode) + + (setq org-directory "~/Sync/org-roam/") + (setq org-roam-directory (file-truename "~/Sync/org-roam")) + (org-roam-db-autosync-mode) ''; };