diff --git a/core/core-keybinds.el b/core/core-keybinds.el index f35f6c1a4..dee061219 100644 --- a/core/core-keybinds.el +++ b/core/core-keybinds.el @@ -101,6 +101,10 @@ If any hook returns non-nil, all hooks after it are ignored.") ,bdef) forms)) (when-let* ((desc (plist-get udef :which-key))) + (push `(which-key-add-key-based-replacements + (general--concat t doom-leader-alt-key ,key) + ,desc) + wkforms) (push `(which-key-add-key-based-replacements (general--concat t doom-leader-key ,key) ,desc)