diff options
author | mattkae <mattkae@protonmail.com> | 2023-03-07 08:38:34 -0500 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2023-03-07 08:38:34 -0500 |
commit | 8ed31715bf05c33918c6926c36f510d838521d6a (patch) | |
tree | 2cd62935a4ce384aea4670078405fff72a1796da /lisp | |
parent | 5a0e0d0bb30e5ace9775a3625464f9b62f946880 (diff) |
Running server at startup and org-alert using libnotify
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/org-custom.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 |