aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorbard <[email protected]>2024-03-22 21:46:58 -0400
committerbard <[email protected]>2024-03-22 21:46:58 -0400
commit3a10c903d0ca52e3fe1489def9c09d5b297ed773 (patch)
tree9e6afbc715a2adc793d67b3a78e8691a0c11b650 /bard-emacs-modules
parent73d250c5cbe72011a8ab7ec30c46dc4f749de0e8 (diff)
world clock keybind
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)