Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emacs doesn't appear in Applications after installation #488

Closed
Mariownyou opened this issue Aug 6, 2022 · 4 comments
Closed

Emacs doesn't appear in Applications after installation #488

Mariownyou opened this issue Aug 6, 2022 · 4 comments
Assignees

Comments

@Mariownyou
Copy link

I installed emacs@28 and I can't find it in my applications though it works if I run from terminal

@kborling
Copy link

kborling commented Aug 7, 2022

Try running the following command in your terminal:
ln -s /opt/homebrew/opt/emacs-plus@28/Emacs.app /Applications

This will create a symbolic link in your /Applications folder that points to the Emacs.app file.

@d12frosted
Copy link
Owner

d12frosted commented Aug 8, 2022

@Mariownyou this is a limitation of brew formulaes that don't use cask. See #41 for a proper solution. In general, use @kborling solution as adviced by Emacs+ formula itself (e.g. what is printed when you install Emacs+):

==> Caveats
Emacs.app was installed to:
  /opt/homebrew/Cellar/emacs-plus@28/28.1

To link the application to default Homebrew App location:
  ln -s /opt/homebrew/Cellar/emacs-plus@28/28.1/Emacs.app /Applications

To start d12frosted/emacs-plus/emacs-plus@28 now and restart at login:
  brew services start d12frosted/emacs-plus/emacs-plus@28
Or, if you don't want/need a background service you can just run:
  emacs

@strickinato
Copy link

Wanted to call this out here as well:
(#41 (comment))

An alternative to symlinking is to drag the application bundle in to your /Applications folder and then spotlight will index it properly 😄

@d12frosted
Copy link
Owner

Another alternative is to use macos aliases - #517 (comment)

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

No branches or pull requests

4 participants