Remove as_current_user. Doesn't seem to help with the fullscreen issue.
This commit is contained in:
parent
1936f63f3a
commit
abd4b70a7f
@ -10,12 +10,7 @@ function _emacs {
|
||||
echo "Starting emacs with server name '$server_name'"
|
||||
\emacs --daemon="$server_name"
|
||||
fi
|
||||
local command="emacsclient $* --server-file=$server_name"
|
||||
if is_osx; then
|
||||
as_current_user $command
|
||||
else
|
||||
$command
|
||||
fi
|
||||
emacsclient $* --server-file=$server_name
|
||||
}
|
||||
|
||||
function _emacs_daemon_exists {
|
||||
|
Loading…
Reference in New Issue
Block a user