Skip to content

Instantly share code, notes, and snippets.

@edwinclement08
Created June 14, 2026 09:35
Show Gist options
  • Select an option

  • Save edwinclement08/c4e79b3a600897705db9d6a73d3e179d to your computer and use it in GitHub Desktop.

Select an option

Save edwinclement08/c4e79b3a600897705db9d6a73d3e179d to your computer and use it in GitHub Desktop.
Emacs-macs Homebrew app Mac Automator script
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

Copy link
Copy Markdown
Author
Screenshot 2026-06-14 at 3 06 07 PM Add it in the automator view

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment