forked from colonelpanic/dotfiles
Fix indentation in editor.sh
This commit is contained in:
parent
9f5d3a29d6
commit
69b5d24787
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user