Re: Emacs Daemon Service

2024-05-15 Thread Andrew Wong
Thank you! That’s very useful. As for the strange daemon issue, I found that it was an issue with my personal config. Remember to set package-user-dir in early-init.el, friends.

Re: Emacs Daemon Service

2024-05-15 Thread Guillaume Le Vaillant
Andrew Wong skribis: > Greetings! > > Recently I’ve been trying to have an Emacs daemon start in the background on > login. On Guix, I’ve found some interesting behavior in that an Emacs started > with no args and then the command “server-start” will then be available to > subsequent emacsclient

Emacs Daemon Service

2024-05-13 Thread Andrew Wong
Greetings! Recently I’ve been trying to have an Emacs daemon start in the background on login. On Guix, I’ve found some interesting behavior in that an Emacs started with no args and then the command “server-start” will then be available to subsequent emacsclient calls, but an “emacs —daemon” i