mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix #4899: wrong-type-arg arrayp error on org-brain init
This commit is contained in:
@ -31,7 +31,7 @@
|
|||||||
(let (keys)
|
(let (keys)
|
||||||
(map-keymap (lambda (event function)
|
(map-keymap (lambda (event function)
|
||||||
(push function keys)
|
(push function keys)
|
||||||
(push event keys))
|
(push (vector event) keys))
|
||||||
map)
|
map)
|
||||||
(apply #'evil-define-key* 'normal map keys)))
|
(apply #'evil-define-key* 'normal map keys)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user