diff options
| author | bard <[email protected]> | 2024-04-07 21:17:11 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-04-07 21:17:11 -0400 |
| commit | 913b7dece1c4770c66496c903ebac1431f8387c8 (patch) | |
| tree | 95e72a957d18c958618a49fb2bbe14a954c0eb1e /bard-emacs-modules/bard-emacs-org.el | |
| parent | 5f6a20211b8d2a83039aae497507ab1ebfb935f2 (diff) | |
remove org alert
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index a839fcf..b1e1748 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -138,12 +138,6 @@ (org-agenda-skip-function '(org-agenda-skip-entry-if 'todo 'done)) (org-agenda-overriding-header "Upcoming this month\n"))))))) -(use-package org-alert - :init - (org-alert-enable) - :config - (setq alert-default-style 'libnotify)) - (use-package orthodox-christian-new-calendar-holidays :ensure t :config |
