Ensure gerneral-implicit-kbd=t in map!
Also updates map! tests (TODO: abstract all those cdr-caddr's!)
This commit is contained in:
parent
954b0f9c5d
commit
4383531b32
2 changed files with 67 additions and 67 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue