Files
doomemacs/core
Henrik Lissner b7d1702484 Add :prefix-map to map! macro
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)
2019-05-13 22:30:21 -04:00
..
2019-05-13 14:37:00 -04:00
2019-04-24 18:16:05 -04:00
2019-05-13 19:34:44 -04:00
2019-05-13 22:30:21 -04:00
2019-05-13 14:37:00 -04:00
2019-04-29 18:54:46 -04:00
2019-05-13 19:34:44 -04:00
2019-05-13 14:37:00 -04:00
2019-05-13 19:34:44 -04:00
2019-04-24 18:16:05 -04:00
2019-05-12 23:27:34 -04:00