I have installed cocoa versions of both Emacs and MacVim using homebrew. After the installation, the actual applications are installed in /usr/local/opt/emacs/Emacs.app and /usr/local/opt/macvim/MacVim.app
They are then symlinked to /Applications
They now appear in my Applications folder, but if I want to start them using Spotlight, they do not turn up in the search results when I start typing (like other applications do)
Is there anything I can do to remedy this?
brew linkapps. It creates a symlink in/Applications/to the right thing, but Spotlight still doesn't find it. However, if I “Make Alias” in Finder and put that in/Applications/, it does find it. (Note: I'm trying withIDLE 3.app, not Emacs or MacVim.) – Jacktose Sep 12 '16 at 23:57