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)