From c2c81ece3583910560a3a7bc8da6b53e97469048 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 7 Jun 2020 14:09:30 -0400 Subject: [PATCH] Revert server-auth-dir to default This directory is used when server-use-tcp is non-nil (which is the case on Windows). With this changed from its default, users have to manually specify its location when using emacsclientw.exe to connect to daemons. This means a little more noise in `~/.emacs.d`, but Windows users have worse things to put up with. Fixes #3324 --- core/core.el | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core.el b/core/core.el index 7e74a40c8..1f31be6ee 100644 --- a/core/core.el +++ b/core/core.el @@ -240,7 +240,6 @@ users).") desktop-base-lock-name "autosave-lock" pcache-directory (concat doom-cache-dir "pcache/") request-storage-directory (concat doom-cache-dir "request") - server-auth-dir (concat doom-cache-dir "server/") shared-game-score-directory (concat doom-etc-dir "shared-game-score/") tramp-auto-save-directory (concat doom-cache-dir "tramp-auto-save/") tramp-backup-directory-alist backup-directory-alist