-
-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Description
Is it really impossible to install Emacs.app into /Applications/Emacs.app directly? I install like this on macOS 15.3.1:
brew install emacs-plus@30 --with-modern-doom3-icon
osascript -e 'tell application "Finder" to make alias file to posix file "/opt/homebrew/opt/emacs-plus@30/Emacs.app" at posix file "/Applications" with properties {name:"Emacs.app"}'
and when I open Spotlight with Cmd+Space, and type "emacs", it doesn't show up. I have to scroll all the way down and it's under "Other", effectively adding like 3-4 seconds to Emacs's startup time. Does it really need to be installed into /opt/homebrew/opt/emacs-plus@30/Emacs.app and aliased? If you make a symlink with ln -s
it doesn't show up at all.
Metadata
Metadata
Assignees
Labels
No labels