From aa64f4d23605e15efe8dde7ffe79bf160ff233da Mon Sep 17 00:00:00 2001 From: mattkae Date: Wed, 15 Feb 2023 08:45:55 -0500 Subject: Org-alert and font size default to 11 --- lisp/org-custom.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lisp/org-custom.el') diff --git a/lisp/org-custom.el b/lisp/org-custom.el index da23201..d618f13 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -78,5 +78,12 @@ (add-hook 'org-mode-hook 'org-custom-hook) +(use-package org-alert + :ensure t + :config + (setq org-alert-interval 300 + org-alert-notify-cutoff 10 + org-alert-notify-after-event-cutoff 10)) + (provide 'org-custom) ;;; org-custom.el ends here -- cgit v1.2.1