From 1983796ef94fd25accbcde3a4d6943797ae7a308 Mon Sep 17 00:00:00 2001 From: cspark Date: Mon, 2 Mar 2026 12:10:57 +0000 Subject: [PATCH] Formatting --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 4989a25..2e3f9ac 100644 --- a/init.el +++ b/init.el @@ -261,10 +261,10 @@ ;; Notification title and icon (setq org-wild-notifier-notification-title "Org Reminder") ;(setq org-wild-notifier-notification-icon "/path/to/icon.png") - + ;; Alert severity: 'high, 'medium, or 'low (setq org-wild-notifier--alert-severity 'high) - + ;; Pass additional arguments to alert (setq org-wild-notifier-extra-alert-plist '(:persistent t)) (org-wild-notifier-mode)