From dea7c107717c19e05c185c2d4ee9c067373ab552 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 24 May 2018 21:20:39 +0200 Subject: [PATCH] Don't do naive path concatenation for private custom-theme-directory --- core/core-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index f6f7faa5f..8231627cd 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -57,7 +57,7 @@ with `doom//reload-theme').") compilation-scroll-output 'first-error confirm-nonexistent-file-or-buffer t cursor-in-non-selected-windows nil ; hide cursors in other windows - custom-theme-directory (concat doom-private-dir "themes/") + custom-theme-directory (expand-file-name "themes/" doom-private-dir) display-line-numbers-width 3 enable-recursive-minibuffers nil frame-inhibit-implied-resize t