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 | 8bff68cdad266a862abb57c1187cdf213d1f0d31 (patch) | |
| tree | e68f0f62529cc92bd64be9ab5e40704946d5e538 /modules/chrono-tools.el | |
| parent | b229a27df4262948494f2519561ea6d9d18e9b5c (diff) | |
| download | dotemacs-8bff68cdad266a862abb57c1187cdf213d1f0d31.tar.gz dotemacs-8bff68cdad266a862abb57c1187cdf213d1f0d31.zip | |
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.
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 9929bad56..ab3a9890f 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 |
