diff options
| author | BardofSprites <[email protected]> | 2024-11-10 23:39:47 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-11-10 23:39:47 -0500 |
| commit | 7d82ddecca6601dcaef22bdb0cd7e634b69e1e59 (patch) | |
| tree | c6afa3ff4a401401d10e65672292afbb9950f26b /bard-emacs-modules/bard-emacs-calendar.el | |
| parent | a72f00ffb33132a14bee3f894594f8cd07839017 (diff) | |
formatting
Diffstat (limited to 'bard-emacs-modules/bard-emacs-calendar.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-calendar.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bard-emacs-modules/bard-emacs-calendar.el b/bard-emacs-modules/bard-emacs-calendar.el index 870cfe1..46c5247 100644 --- a/bard-emacs-modules/bard-emacs-calendar.el +++ b/bard-emacs-modules/bard-emacs-calendar.el @@ -75,8 +75,8 @@ (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)) + holiday-christian-holidays nil + holiday-islamic-holidays nil)) (use-package calfw :ensure t @@ -84,7 +84,7 @@ (:map cfw:calendar-mode-map ("g" . cfw:refresh-calendar-buffer)) :bind - ("<f2>" . cfw:open-org-calendar)) + ("<f2>" . bard/open-calendar)) (use-package calfw-org :ensure t) |
