-
-
Notifications
You must be signed in to change notification settings - Fork 191
Have the option to run emacs as --daemon in brew services #697
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
Comments
Hey @MuhmdRaouf, I am not using Emacs as daemon/service. But I am completely open to the idea of making this work out of the box. But someone who cares needs to figure things out and prepare a PR 😸 A few random thoughts:
So please, if someone cares about daemon mode - chime in, figure things out and send a PR :) |
@MuhmdRaouf can you explain me why you need In any case, I hope client users would find this useful - #783 |
@d12frosted tbh I am new to Emacs and still learning, so what I wanted might work without the need for I wanted to run Emacs as a server (that's why I said let me know if what make sense and what I asked for is reasonable |
So it always worked :) Just run |
This gives me the following:
|
|
I think everything is up to date. I had just done some cleanup and updates before installing v30.
|
Here's what I see:
|
Can you try tapping emacs+ (as per first point in my previous message)? Although the message is strange 🤷 |
Seems to be tapped, I've tried tapping again. Thanks for the feedback though! I see it's working for others so I will dig a bit more. Right now I'm uninstalling 29 and 30 to try again clean. |
Well.. no idea why, but it works fine after re-installing. Thanks again (for the feedback and the great project).
|
Feature request description
Hello, I have installed Emacs and enabled brew services as well,
then realized that in
/opt/homebrew/Cellar/emacs-plus@29/29.4/homebrew.mxcl.emacs-plus@29.plist
it work as--fg-daemon
can we add a flag while build to give us the ability to make it run as
--daemon
/--bg-daemon
, as after I have change it and restart the service emacs loading became much faster (using doom emacs)credit to the idea came from this comment in this gist
https://gist.github.com/redinger/1394910?permalink_comment_id=5001180#gistcomment-5001180
The text was updated successfully, but these errors were encountered: