From 8ed31715bf05c33918c6926c36f510d838521d6a Mon Sep 17 00:00:00 2001 From: mattkae Date: Tue, 7 Mar 2023 08:38:34 -0500 Subject: Running server at startup and org-alert using libnotify --- lisp/org-custom.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/org-custom.el b/lisp/org-custom.el index d618f13..be6a0c7 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -83,7 +83,8 @@ :config (setq org-alert-interval 300 org-alert-notify-cutoff 10 - org-alert-notify-after-event-cutoff 10)) + org-alert-notify-after-event-cutoff 10 + alert-default-style 'libnotify)) (provide 'org-custom) ;;; org-custom.el ends here -- cgit v1.2.1