mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix keybinds to keymaps being ignored
This commit is contained in:
@ -107,6 +107,7 @@ If any hook returns non-nil, all hooks after it are ignored.")
|
||||
def))
|
||||
(unquoted-fn (doom-unquote fn)))
|
||||
(when (or (not (symbolp unquoted-fn))
|
||||
(symbolp fn)
|
||||
(fboundp unquoted-fn))
|
||||
(push `(define-key doom-leader-map (general--kbd ,key)
|
||||
,fn)
|
||||
|
Reference in New Issue
Block a user