diff options
| author | BardofSprites <[email protected]> | 2024-10-28 23:22:51 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-10-28 23:23:19 -0400 |
| commit | 127acc3d3716f18449e512dfb4bd2665d921f816 (patch) | |
| tree | fc0ee9be8ab09b338188b49e95372935d19e3322 | |
| parent | 33b3f7b7fb6bf564857e96e46d291a6709962918 (diff) | |
calfw calendar
| -rw-r--r-- | bard-emacs-modules/bard-emacs-calendar.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-calendar.el b/bard-emacs-modules/bard-emacs-calendar.el index c377049..870cfe1 100644 --- a/bard-emacs-modules/bard-emacs-calendar.el +++ b/bard-emacs-modules/bard-emacs-calendar.el @@ -78,4 +78,15 @@ holiday-christian-holidays nil holiday-islamic-holidays nil)) +(use-package calfw + :ensure t + :bind + (:map cfw:calendar-mode-map + ("g" . cfw:refresh-calendar-buffer)) + :bind + ("<f2>" . cfw:open-org-calendar)) + +(use-package calfw-org + :ensure t) + (provide 'bard-emacs-calendar) |
