mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
Each prefix now defines a doom-leader-DESC-map keymap, where DESC is the which-key description for that prefix key. This should make it easier for users to move leader prefixes. e.g. To move SPC TAB (workspaces) to SPC l: (map! :leader "TAB" nil "l" doom-leader-workspaces-map)