Created
June 14, 2026 09:35
-
-
Save edwinclement08/c4e79b3a600897705db9d6a73d3e179d to your computer and use it in GitHub Desktop.
Emacs-macs Homebrew app Mac Automator script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if ! /opt/homebrew/bin/emacsclient -e '0' >/dev/null 2>&1; then | |
| nohup /opt/homebrew/bin/emacs --daemon &>/tmp/emacs-daemon.log & | |
| fi | |
| open /opt/homebrew/opt/$(ls "$(/opt/homebrew/bin/brew --prefix)/opt" | grep emacs | sort -r )/Emacs.app |
edwinclement08
commented
Jun 14, 2026
Author
Add it in the automator view
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment