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 | 42779b15b99bc27e051788c5aa161b235255cb1d (patch) | |
| tree | 504c37d0c96f71b32a8bba30c6ad941f4c50071c /modules | |
| parent | 982c316fec24e14b64a9e09aab8c44e9eaf0470d (diff) | |
| download | dotemacs-42779b15b99bc27e051788c5aa161b235255cb1d.tar.gz dotemacs-42779b15b99bc27e051788c5aa161b235255cb1d.zip | |
fix(chrono-tools): fix trailing paren in time-zones binding
Diffstat (limited to 'modules')
| -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 |
