temporary fix for emacs_editor

This commit is contained in:
Ivan Malison 2015-09-26 20:41:46 -07:00
parent 2a483b9e25
commit 3b55530594

View File

@ -113,7 +113,7 @@ function time_emacs {
function emacs_editor {
if is_osx; then
reattach-to-user-namespace emacsclient "$@"
reattach-to-user-namespace emacsclient --server-file=server "$@"
else
emacsclient "$@"
fi