From 48689e30bd7d7aad4f140434e1d4ba629ef4e406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Vask=C3=B3?= Date: Tue, 25 Feb 2020 23:40:11 +0100 Subject: [PATCH] Fix `doom-etc-dir` to contain a trailing slash as it is needed in order to properly concatenate path parts with this folder --- nix-integration.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-integration.patch b/nix-integration.patch index 2d61e3a..c78136f 100644 --- a/nix-integration.patch +++ b/nix-integration.patch @@ -18,7 +18,7 @@ index cb12f8d08..03f370691 100644 `doom-etc-dir' and `doom-cache-dir'. Must end with a slash.") -(defconst doom-etc-dir (concat doom-local-dir "etc/") -+(defconst doom-etc-dir "~/.local/doom" ++(defconst doom-etc-dir "~/.local/doom/" "Directory for non-volatile local storage. Use this for files that don't change much, like server binaries, external