diff options
| author | bard <[email protected]> | 2024-03-22 21:46:58 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-03-22 21:46:58 -0400 |
| commit | 3a10c903d0ca52e3fe1489def9c09d5b297ed773 (patch) | |
| tree | 9e6afbc715a2adc793d67b3a78e8691a0c11b650 /bard-emacs-modules | |
| parent | 73d250c5cbe72011a8ab7ec30c46dc4f749de0e8 (diff) | |
world clock keybind
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-time.el | 2 |
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) |
