mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #4384: save server auth files to EMACSDIR
It's where the daemon looks for them. It's too much hassle to move it elsewhere.
This commit is contained in:
@ -331,6 +331,7 @@ files, so we replace calls to `pp' with the much faster `prin1'."
|
||||
(when-let (name (getenv "EMACS_SERVER_NAME"))
|
||||
(setq server-name name))
|
||||
:config
|
||||
(setq server-auth-dir (concat doom-emacs-dir "server/"))
|
||||
(unless (server-running-p)
|
||||
(server-start)))
|
||||
|
||||
|
Reference in New Issue
Block a user