Fix #4899: wrong-type-arg arrayp error on org-brain init
This commit is contained in:
parent
6e7a19a2f4
commit
a7d5d97b34
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
(let (keys)
|
||||
(map-keymap (lambda (event function)
|
||||
(push function keys)
|
||||
(push event keys))
|
||||
(push (vector event) keys))
|
||||
map)
|
||||
(apply #'evil-define-key* 'normal map keys)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue