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

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

@ -1 +1 @@
Subproject commit 05b3bc8255770dd10aa6c513b2b2ebb8689b0096
Subproject commit 2ca32d970c859d8d133958db101ce0d7c6b7bfea

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
}