From f43af1aaebbfe49baeda778863296949d1c1baf6 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:13:15 -0400 Subject: [PATCH] Fix themes path --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index 0b5e0ae..9865b00 100644 --- a/early-init.el +++ b/early-init.el @@ -20,7 +20,7 @@ (expand-file-name "var/" default-user-emacs-directory)) (add-to-list 'custom-theme-load-path (expand-file-name "themes/" - (expand-file-name "etc/" emacs-base-dir))) + (expand-file-name "etc/" user-emacs-directory))) ;; Garbage collection significantly affects startup times. This setting delays ;; garbage collection during startup but will be reset later.