From 42a649d38043dfe5aee15e3fc2d6dcce4483cd40 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- 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