aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-10-28 23:22:51 -0400
committerBardofSprites <[email protected]>2024-10-28 23:23:19 -0400
commit127acc3d3716f18449e512dfb4bd2665d921f816 (patch)
treefc0ee9be8ab09b338188b49e95372935d19e3322 /bard-emacs-modules
parent33b3f7b7fb6bf564857e96e46d291a6709962918 (diff)
calfw calendar
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-calendar.el11
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)