From 3b555305947136e0ff5259ccc43affb8e0997283 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 26 Sep 2015 20:41:46 -0700 Subject: [PATCH] temporary fix for emacs_editor --- dotfiles/lib/shellenv/emacs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/shellenv/emacs.sh b/dotfiles/lib/shellenv/emacs.sh index 2dda98f8..5ab72da3 100644 --- a/dotfiles/lib/shellenv/emacs.sh +++ b/dotfiles/lib/shellenv/emacs.sh @@ -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