Closed Cycatz closed 2 years ago
BTW, I found if I add the bindings like:
:bind (("s-i" . blamer-show-commit-info) ("C-c i" . ("s-i" . blamer-show-posframe-commit-info)))
The following error will occur:
Error (use-package): Failed to parse package blamer: use-package: blamer wants arguments acceptable to the `bind-keys' macro, or a list of such values
Did I do something wrong?
In truth, i have never seen such syntax to bind nested keys
BTW, I found if I add the bindings like:
The following error will occur:
Did I do something wrong?