Fix indentation in editor.sh

This commit is contained in:
Ivan Malison 2015-08-15 20:35:29 -07:00
parent 9f5d3a29d6
commit 69b5d24787

View File

@ -1,6 +1,6 @@
#!/usr/bin/env zsh
if is_osx; then
reattach-to-user-namespace emacsclient "$@"
reattach-to-user-namespace emacsclient "$@"
else
emacsclient "$@"
fi