Skip to content

Commit

Permalink
Fix org-roam autosync when no org-roam-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Jan 25, 2024
1 parent 56792d0 commit b85660d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cats/+org-roam.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
(file "course/${SOURCE|cmu|mit}/${COURSE-ID}.org")
:unnarrowed t)))
:config
(unless (file-exists-p cat-org-roam-directory)
(make-directory cat-org-roam-directory))
(org-roam-db-autosync-mode)
(org-roam-update-org-id-locations)
(require 'org-roam-protocol)
Expand Down

0 comments on commit b85660d

Please sign in to comment.