Skip to content

App alias doesn't show up in Spotlight #801

@verhovsky

Description

@verhovsky

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions