We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b825bfd commit 804172dCopy full SHA for 804172d
docs/emacs-start-helpers.md
@@ -57,7 +57,7 @@ Cons: Hard to be pinned on Dock.
57
#### Installation
58
Run the command below to create a starter app bundle. Rename it if possible and place it under `/Applications` or other preferred places.
59
```
60
-osacompile -o Emacs.app -e "tell application \"Finder\" to open POSIX file \"$(brew --prefix)/opt/emacs-mac/Emacs.app\""
+osacompile -o Emacs.app -e 'tell application "Finder" to open POSIX file "'"$(brew --prefix)"'/opt/emacs-mac/Emacs.app"'
61
62
63
### Helper 3
0 commit comments