*sigh* ; even a 20s notification is better than none ; put org-alert back into place
This commit is contained in:
parent
6ca04c92b9
commit
4c3e3da067
26
org/init.el
26
org/init.el
|
@ -72,19 +72,19 @@
|
|||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; org-alert - windows only
|
||||
;(when (eq system-type 'windows-nt)
|
||||
;(use-package org-alert)
|
||||
;(use-package alert-toast :after alert)
|
||||
;(alert-define-style 'toast-kmn :title "Windows 10 toast notification"
|
||||
; :severity (assq 'normal alert-toast-priorities)
|
||||
; :persistent t
|
||||
; :notifier #'alert-toast-notify)
|
||||
;(setq alert-default-style 'toast-kmn)
|
||||
;(setq org-alert-interval 300
|
||||
; org-alert-notify-cutoff 15
|
||||
; org-alert-notify-after-event-cutoff 86400)
|
||||
;(org-alert-enable)
|
||||
;)
|
||||
(when (eq system-type 'windows-nt)
|
||||
(use-package org-alert)
|
||||
(use-package alert-toast :after alert)
|
||||
(alert-define-style 'toast-kmn :title "Windows 10 toast notification"
|
||||
:severity (assq 'normal alert-toast-priorities)
|
||||
:persistent t
|
||||
:notifier #'alert-toast-notify)
|
||||
(setq alert-default-style 'toast-kmn)
|
||||
(setq org-alert-interval 300
|
||||
org-alert-notify-cutoff 15
|
||||
org-alert-notify-after-event-cutoff 86400)
|
||||
(org-alert-enable)
|
||||
)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Update/add auto file handling
|
||||
|
|
Reference in a new issue