diff options
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-package.el | 9 |
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)) |
