diff --git a/core/core-keybinds.el b/core/core-keybinds.el index 55f9ae7b1..9e06e2df9 100644 --- a/core/core-keybinds.el +++ b/core/core-keybinds.el @@ -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)