.emacs.d bump. e should work much better now.

This commit is contained in:
2014-11-19 22:55:02 -08:00
parent 689f7e524a
commit cdc5ed53cf
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ function emacs_open {
fi
local server_file="$(emacs_get_running_instances | head -n1)"
emacs_make_frame_if_none_exists $server_file
[ ! -z "$@" ] && emacsclient "$@" --server-file="$server_file"
[ ! -z "$*" ] && emacsclient "$@" --server-file="$server_file"
focus_emacs
}