blob: 50c35a0fccf695fb9cbd9ec493e36f12ed0b9a0a (
plain)
1
2
3
4
5
6
7
8
9
|
(use-package org-notify
:ensure t
:config
(org-notify-start)
(org-notify-add 'default
'(:time "-1s" :period "20s" :duration 10
:actions (-message -ding))
'(:time "1d" :actions -notify/window
:duration 60)))
|