Skip to main content
2 of 7
added 2 characters in body
Drew
  • 80.9k
  • 10
  • 125
  • 265

Emacs.app launches a binary Emacs.app/Contents/MacOS/Emacs-x86_64-10_14 via a ruby script Emacs.app/Contents/MacOS/Emacs. Modify Emacs.app to launch a binary directly with the following in terminal.

cd /Applications/Emacs.app/Contents/MacOS mv Emacs Emacs-orig ln -s Emacs-x86_64-10_14 Emacs rm bin ln -f bin-x86_64-10_14 bin rm libexec ln -f libexec-x86_64-10_14 libexec