diff --git a/.bashrc b/.bashrc index 326dcfa..5e7f7c8 100644 --- a/.bashrc +++ b/.bashrc @@ -161,3 +161,8 @@ myip() } complete -F _compile_python compile_python + +e() +{ + emacsclient --no-wait "$@" +}