emacsorphanage / git-messenger

Emacs Port of git-messenger.vim
146 stars 14 forks source link

Make *git-messenger* buffer reuses magit-commit-mode if available #25

Closed tuhdo closed 10 years ago

tuhdo commented 10 years ago

I think magit-commit-mode is really suitable for *git-messenger* buffer to show git output from d, s and S commands. It has highlighting and able to press q to quit.

syohex commented 10 years ago

I'll add hook for such purpose.

syohex commented 10 years ago

Please try to add following configuration.

(add-hook 'git-messenger:popup-buffer-hook 'magit-commit-mode)
tuhdo commented 10 years ago

Thanks. Please add to the homepage in the sample configuration section.

syohex commented 10 years ago

Done