Artawower / blamer.el

A git blame plugin for emacs inspired by VS Code's GitLens plugin
GNU General Public License v3.0
430 stars 15 forks source link

Add straight installation snippet to README #36

Closed Cycatz closed 2 years ago

Cycatz commented 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?

Artawower commented 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