[emacs] Route org-reminders to ntfy topic 'reminders'

This commit is contained in:
2026-08-09 14:12:45 -04:00
parent b14cc6b6c5
commit d48ebfb11a

View File

@ -26,7 +26,7 @@
(defvar org-reminder-ntfy-base "https://ntfy.unbl.ink"
"Base URL of the ntfy server.")
(defvar org-reminder-ntfy-topic "org-tasks"
(defvar org-reminder-ntfy-topic "reminders"
"ntfy topic to publish task reminders to.")
(defvar org-reminder-state-file "~/.cache/org-reminders.el"