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 | a9fffc6b4f0f7d5e5fce6ac4d4dbabce6b7ed4f0 (patch) | |
| tree | 05e4c9b3ca0bae95f96dc8318c1c1553a461b44a | |
| parent | 0445ee9b0cb5fd3888225198826e9bf8247f06d1 (diff) | |
| download | dotemacs-a9fffc6b4f0f7d5e5fce6ac4d4dbabce6b7ed4f0.tar.gz dotemacs-a9fffc6b4f0f7d5e5fce6ac4d4dbabce6b7ed4f0.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 |
