diff options
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 |