gitの標準エディタをemacsにする

gitでもviじゃなくてemacs使いたいですよね! 以下のコマンドでOK!

$git config --global core.editer 'emacs -nw'

GUIのemacs使ってる場合は’-nw’がないと効かないので注意です。

tips