Fix #4074: map! with meta/hyper modifier prefixes
This commit is contained in:
parent
c344d40d15
commit
d9683d1148
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ For example, :nvi will map to (list 'normal 'visual 'insert). See
|
|||
(let ((a (plist-get doom--map-parent-state prop))
|
||||
(b (plist-get doom--map-state prop)))
|
||||
(if (and a b)
|
||||
`(general--concat nil ,a ,b)
|
||||
`(general--concat t ,a ,b)
|
||||
(or a b))))
|
||||
|
||||
(defun doom--map-nested (wrapper rest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue