Fix #4074: map! with meta/hyper modifier prefixes

This commit is contained in:
Henrik Lissner 2020-10-11 20:30:42 -04:00
parent c344d40d15
commit d9683d1148
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)