org roam changes

This commit is contained in:
Charlie Root 2025-03-19 21:53:37 +01:00
commit 65a3b50cc6
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
3 changed files with 5 additions and 2 deletions

View file

@ -3,7 +3,10 @@
;;; Code:
(require-package 'org-roam)
(setq org-roam-directory (file-truename "~/cloud/org/roam"))
(org-roam-db-autosync-mode)
(provide 'init-org)
;;; init-org.el ends here