Make sure secretaria is loaded after alert
I’m not sure it is actually needed, but it’s better to be safe than sorry.
This commit is contained in:
parent
c50195261d
commit
d0ec63b872
2
init.el
2
init.el
@ -1100,6 +1100,8 @@ INFO plist."
|
|||||||
|
|
||||||
(use-package secretaria
|
(use-package secretaria
|
||||||
:ensure t
|
:ensure t
|
||||||
|
:after
|
||||||
|
alert
|
||||||
:config
|
:config
|
||||||
;; use this for getting a reminder every 30 minutes of those tasks
|
;; use this for getting a reminder every 30 minutes of those tasks
|
||||||
;; scheduled for today and which have no time of day defined.
|
;; scheduled for today and which have no time of day defined.
|
||||||
|
Loading…
Reference in New Issue
Block a user