mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-04-04 12:21:50 -07:00
When `doom-localleader-key' is a sub-key of `doom-leader-key' (e.g. "S m" under "S"), intermediate minor-mode keymaps like evil-snipe can bind the leader key to a command, blocking Emacs' prefix key merging. Localleader bindings in mode aux keymaps become unreachable even though which-key displays them. Create a sparse keymap prefix for the sub-key in `doom-leader-map' so the lookup always succeeds through the leader path. Fix: #8562 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cli | ||
| lib | ||
| modules | ||
| .doommodule | ||
| demos.org | ||
| doom-cli.el | ||
| doom-compat.el | ||
| doom-editor.el | ||
| doom-elpaca.el | ||
| doom-keybinds.el | ||
| doom-lib.el | ||
| doom-projects.el | ||
| doom-start.el | ||
| doom-straight.el | ||
| doom-ui.el | ||
| doom.el | ||
| init.el | ||
| packages.el | ||