Я установил мою переменную редактора следующим образом:
git config --global core.editor "`which emacsclient` -t -s"
и получить этот вывод всякий раз, когда я хочу редактировать сообщение во время коммита
emacsclient: aliased to /Applications/Emacs.app/Contents/MacOS/bin/emacsclient -t -s :
emacsclient:: command not found
error: There was a problem with the editor 'emacsclient: aliased to
/Applications/Emacs.app/Contents/MacOS/bin/emacsclient -t -s '.
Please supply the message using either -m or -F option.