diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-24 12:25:36 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-24 12:25:36 -0600 |
| commit | 451b9d6d2b12a1b4b2b3b57cb7f4ff57bef551b3 (patch) | |
| tree | 486bb191524769e2b45a7020055d16291151beea /modules/chrono-tools.el | |
| parent | 03da152d191f40e69c96b145c68b6b111dfabcc4 (diff) | |
| download | dotemacs-451b9d6d2b12a1b4b2b3b57cb7f4ff57bef551b3.tar.gz dotemacs-451b9d6d2b12a1b4b2b3b57cb7f4ff57bef551b3.zip | |
fix(chrono-tools): fix trailing paren in time-zones binding
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 110da187..ccbac5f1 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-S-c" . time-zones) ;; was M-C, overrides capitalize-word) + :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 |
