Skip to content

Commit

Permalink
Fix: pretty-magit commit prompt regression, commit->commit-create
Browse files Browse the repository at this point in the history
  • Loading branch information
ekaschalk committed Nov 16, 2018
1 parent 278e06d commit e53f9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/display/local/pretty-magit/pretty-magit.el
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@

(advice-add 'magit-status :after 'pretty-magit-add-magit-faces)
(advice-add 'magit-refresh-buffer :after 'pretty-magit-add-magit-faces)
(advice-add 'magit-commit :after 'pretty-magit-use-magit-commit-prompt)
(advice-add 'magit-commit-create :after 'pretty-magit-use-magit-commit-prompt)

0 comments on commit e53f9d5

Please sign in to comment.