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) ''; };