From b3f9844628f98bb2edbbdadae872c175e3c65a75 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 24 Nov 2025 03:36:01 -0800 Subject: refactor(keybindings): reorganize time-zones and kill-buffer-and-window bindings Move time-zones from C-x c to M-C for easier access. Move cj/kill-buffer-and-window from M-C to C-; b k to group with other buffer operations. Updated documentation and which-key labels. --- modules/chrono-tools.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/chrono-tools.el') diff --git a/modules/chrono-tools.el b/modules/chrono-tools.el index 9929bad5..ab3a9890 100644 --- a/modules/chrono-tools.el +++ b/modules/chrono-tools.el @@ -18,7 +18,7 @@ (use-package time-zones :defer :commands time-zones - :bind ("C-x c" . time-zones)) + :bind ("M-C" . time-zones)) ;; Commented out old world-clock config while testing time-zone package above ;; (use-package time -- cgit v1.2.3