Ensure gerneral-implicit-kbd=t in map!

Also updates map! tests (TODO: abstract all those cdr-caddr's!)
This commit is contained in:
Henrik Lissner 2018-12-22 17:11:20 -05:00
parent 954b0f9c5d
commit 4383531b32
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 67 additions and 67 deletions

View file

@ -324,7 +324,8 @@ Example
(:when IS-MAC
:n \"M-s\" 'some-fn
:i \"M-o\" (lambda (interactive) (message \"Hi\"))))"
(doom--map-process rest))
`(let ((general-implicit-kbd t))
,(doom--map-process rest)))
(provide 'core-keybinds)
;;; core-keybinds.el ends here