forked from colonelpanic/dotfiles
temporary fix for emacs_editor
This commit is contained in:
parent
2a483b9e25
commit
3b55530594
@ -113,7 +113,7 @@ function time_emacs {
|
|||||||
|
|
||||||
function emacs_editor {
|
function emacs_editor {
|
||||||
if is_osx; then
|
if is_osx; then
|
||||||
reattach-to-user-namespace emacsclient "$@"
|
reattach-to-user-namespace emacsclient --server-file=server "$@"
|
||||||
else
|
else
|
||||||
emacsclient "$@"
|
emacsclient "$@"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user