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 | 0e9efdfc656c234521fa97db99904257a3614ccd (patch) | |
| tree | a4321e902f57bcddf6a78bee264a7d180f5c21c5 | |
| parent | 53e7c018d4dcc0e1f09abd068d75e442effe27f5 (diff) | |
| download | dotemacs-0e9efdfc656c234521fa97db99904257a3614ccd.tar.gz dotemacs-0e9efdfc656c234521fa97db99904257a3614ccd.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 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 |
