summaryrefslogtreecommitdiff
path: root/modules/org-roam-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/org-roam-config.el')
-rw-r--r--modules/org-roam-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/org-roam-config.el b/modules/org-roam-config.el
index a33dd633..e8132776 100644
--- a/modules/org-roam-config.el
+++ b/modules/org-roam-config.el
@@ -87,7 +87,7 @@
(lambda ()
(when (and (member org-state org-done-keywords)
(not (member org-last-state org-done-keywords))
- ;; Don't run for gcal.org - it's managed by org-gcal
+ ;; Don't run for gcal.org - it's synced from Google Calendar
(not (string= (buffer-file-name) (expand-file-name gcal-file))))
(cj/org-roam-copy-todo-to-today)))))