Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bin committed Jul 23, 2021
1 parent a4d6e82 commit efd99dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-hydra.el
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ Git:
("tt" magit-stash)
("dd" magit-diff-dwim)
("dc" magit-diff-staged)
("dr" (progn (magit-diff-range (my-git-commit-id))))
("dr" (magit-diff-range (my-git-commit-id)))
("cc" magit-commit-create)
("ca" magit-commit-amend)
("ja" (magit-commit-amend "--reuse-message=HEAD --no-verify"))
Expand Down

0 comments on commit efd99dc

Please sign in to comment.