aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-package.el
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-03-07 12:35:50 -0500
committerDaniel <[email protected]>2024-03-07 12:35:50 -0500
commit5d58ba6717326e4561652ddd1f7eb185289e346a (patch)
treeb41c3c0f3816d9951c14221bf5d987d68c636751 /bard-emacs-modules/bard-emacs-package.el
parentf6a2ed26804e47aa355ed43365673567feaa4958 (diff)
orthodox calendar
Diffstat (limited to 'bard-emacs-modules/bard-emacs-package.el')
-rw-r--r--bard-emacs-modules/bard-emacs-package.el9
1 files changed, 9 insertions, 0 deletions
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-<f6>") '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))