aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-time.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-time.el b/bard-emacs-modules/bard-emacs-time.el
index aa859f9..3ee370e 100644
--- a/bard-emacs-modules/bard-emacs-time.el
+++ b/bard-emacs-modules/bard-emacs-time.el
@@ -24,4 +24,6 @@
(setq world-clock-time-format "%Y-%m-%d %B (%A) %R %Z")
+(define-key global-map (kbd "C-c C-w") #'world-clock)
+
(provide 'bard-emacs-time)