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 | 3320ba306ffed047776c112d19833962660cdded (patch) | |
| tree | 261f57c254232db63efb42a344dd5b934cf389f5 | |
| parent | 3cc32297c2fbcf65991c88da8675f17d7882b8b9 (diff) | |
| download | dotemacs-3320ba306ffed047776c112d19833962660cdded.tar.gz dotemacs-3320ba306ffed047776c112d19833962660cdded.zip | |
fix(chrono-tools): fix trailing paren in time-zones binding
| -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 110da1876..ccbac5f16 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 |
