Fix indentation in editor.sh
This commit is contained in:
parent
9f5d3a29d6
commit
69b5d24787
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
if is_osx; then
|
if is_osx; then
|
||||||
reattach-to-user-namespace emacsclient "$@"
|
reattach-to-user-namespace emacsclient "$@"
|
||||||
else
|
else
|
||||||
emacsclient "$@"
|
emacsclient "$@"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user