Formatting
This commit is contained in:
parent
d66de1dbd3
commit
1983796ef9
4
init.el
4
init.el
|
|
@ -261,10 +261,10 @@
|
||||||
;; Notification title and icon
|
;; Notification title and icon
|
||||||
(setq org-wild-notifier-notification-title "Org Reminder")
|
(setq org-wild-notifier-notification-title "Org Reminder")
|
||||||
;(setq org-wild-notifier-notification-icon "/path/to/icon.png")
|
;(setq org-wild-notifier-notification-icon "/path/to/icon.png")
|
||||||
|
|
||||||
;; Alert severity: 'high, 'medium, or 'low
|
;; Alert severity: 'high, 'medium, or 'low
|
||||||
(setq org-wild-notifier--alert-severity 'high)
|
(setq org-wild-notifier--alert-severity 'high)
|
||||||
|
|
||||||
;; Pass additional arguments to alert
|
;; Pass additional arguments to alert
|
||||||
(setq org-wild-notifier-extra-alert-plist '(:persistent t))
|
(setq org-wild-notifier-extra-alert-plist '(:persistent t))
|
||||||
(org-wild-notifier-mode)
|
(org-wild-notifier-mode)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue