Remove as_current_user. Doesn't seem to help with the fullscreen issue.

This commit is contained in:
Ivan Malison 2014-10-27 21:32:46 -07:00
parent 1936f63f3a
commit abd4b70a7f

View File

@ -10,12 +10,7 @@ function _emacs {
echo "Starting emacs with server name '$server_name'" echo "Starting emacs with server name '$server_name'"
\emacs --daemon="$server_name" \emacs --daemon="$server_name"
fi fi
local command="emacsclient $* --server-file=$server_name" emacsclient $* --server-file=$server_name
if is_osx; then
as_current_user $command
else
$command
fi
} }
function _emacs_daemon_exists { function _emacs_daemon_exists {