mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
Makes org-roam-mode a global minor mode. This mode adds an advice to find-file-function, which decides whether to turn on the local post-command-hook and after-save-hook. It also advices delete-file and rename-file to ensure cache consistency. Also fixes a bug introduced with #142