diff options
Diffstat (limited to 'modules/chrono-tools.el')
| -rw-r--r-- | modules/chrono-tools.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chrono-tools.el b/modules/chrono-tools.el index ab3a9890..110da187 100644 --- a/modules/chrono-tools.el +++ b/modules/chrono-tools.el @@ -18,7 +18,7 @@ (use-package time-zones :defer :commands time-zones - :bind ("M-C" . time-zones)) + :bind ("M-S-c" . time-zones) ;; was M-C, overrides capitalize-word) ;; Commented out old world-clock config while testing time-zone package above ;; (use-package time |
