summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-03-07 08:38:34 -0500
committermattkae <mattkae@protonmail.com>2023-03-07 08:38:34 -0500
commit8ed31715bf05c33918c6926c36f510d838521d6a (patch)
tree2cd62935a4ce384aea4670078405fff72a1796da /lisp/org-custom.el
parent5a0e0d0bb30e5ace9775a3625464f9b62f946880 (diff)
Running server at startup and org-alert using libnotify
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r--lisp/org-custom.el3
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