compute/emacs-stuff.md
... ...
@@ -13,8 +13,7 @@ if ! pgrep Emacs; then
13 13
sleep 1
14 14
shift
15 15
fi
16
-for f in "$@"
17
-do
16
+for f in "$@"; do
18 17
/Applications/Emacs.app/Contents/MacOS/bin/emacsclient -c -n "$f"
19 18
done
20 19
```