From 5d58ba6717326e4561652ddd1f7eb185289e346a Mon Sep 17 00:00:00 2001 From: Daniel <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:35:50 -0500 Subject: orthodox calendar --- bard-emacs-modules/bard-emacs-package.el | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bard-emacs-modules/bard-emacs-package.el') diff --git a/bard-emacs-modules/bard-emacs-package.el b/bard-emacs-modules/bard-emacs-package.el index 94a0796..9b06162 100644 --- a/bard-emacs-modules/bard-emacs-package.el +++ b/bard-emacs-modules/bard-emacs-package.el @@ -262,6 +262,15 @@ The exact color values are taken from the active Ef theme." :config (define-key global-map (kbd "M-") 'org-timeblock)) +(use-package orthodox-christian-new-calendar-holidays + :ensure t + :config + (setq holiday-other-holidays (append holiday-other-holidays orthodox-christian-new-calendar-holidays)) + + (setq holiday-bahai-holidays nil + holiday-christian-holidays nil + holiday-islamic-holidays nil)) + (use-package expand-region :ensure t :bind ("C-=" . er/expand-region)) -- cgit v1.2.3