diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-24 03:36:01 -0800 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-24 03:36:01 -0800 |
| commit | 42a649d38043dfe5aee15e3fc2d6dcce4483cd40 (patch) | |
| tree | 973e7c3ac6d9cc928d32b2e5821f6111078a6c21 /modules/chrono-tools.el | |
| parent | 1752c6e58906721a47afc56e357b7fb1c0c8a5a1 (diff) | |
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.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'modules/chrono-tools.el')
| -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 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 |
