From 5cca3cbe1a8aac39f91e2da9689c34d87b86edda Mon Sep 17 00:00:00 2001 From: mattkae Date: Fri, 7 Jul 2023 08:16:21 -0400 Subject: Using a light theme with some other minor improvements to web specifically --- lisp/org-custom.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lisp/org-custom.el') diff --git a/lisp/org-custom.el b/lisp/org-custom.el index 8c917dc..0131f1c 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -53,14 +53,14 @@ (use-package org-super-agenda :ensure t) -(use-package org-alert - :ensure t - :config - (org-alert-enable) - (setq org-alert-interval 3600 ; Once per hour! - org-alert-notify-cutoff 30 - org-alert-notify-after-event-cutoff 30 - alert-default-style 'libnotify)) +;; (use-package org-alert +;; :ensure t +;; :config +;; (org-alert-enable) +;; (setq org-alert-interval 3600 ; Once per hour! +;; org-alert-notify-cutoff 30 +;; org-alert-notify-after-event-cutoff 30 +;; alert-default-style 'libnotify)) (use-package org-roam :ensure t -- cgit v1.2.1