fix: use Org directory inside home folder

This commit is contained in:
Muhammad Nauman Raza 2022-11-14 21:38:57 +00:00
parent 16605985f3
commit 8d98873a7b
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

@ -43,8 +43,8 @@
;; org-roam - A plain-text personal knowledge management system ;; org-roam - A plain-text personal knowledge management system
(use-package org-roam (use-package org-roam
:custom :custom
(org-directory file-truename "Org/") ; Set the folder used by org-mode (org-directory file-truename "~/Org/") ; Set the folder used by org-mode
(org-roam-directory (file-truename "Org/Roam/")) ; Set the folder used by org-roam (org-roam-directory (file-truename "~/Org/Roam/")) ; Set the folder used by org-roam
:init :init
(org-roam-db-autosync-mode 1)) ; Automatically sync nodes (org-roam-db-autosync-mode 1)) ; Automatically sync nodes