From 5ee3ce14626a2c3a5f76cf2511bb812f9064f974 Mon Sep 17 00:00:00 2001 From: Lin Sun Date: Tue, 14 Jan 2025 06:50:19 +0000 Subject: [PATCH] * core/core-themes-support.el: Remove unnecessary "eval" --- core/core-themes-support.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-themes-support.el b/core/core-themes-support.el index 5308df39f03f..571494953698 100644 --- a/core/core-themes-support.el +++ b/core/core-themes-support.el @@ -450,8 +450,8 @@ THEME." (enable-theme theme-name) (setq spacemacs--cur-theme theme-name) (unless (display-graphic-p) - (eval `(spacemacs|do-after-display-system-init - (load-theme ',theme-name t)))))) + (spacemacs|do-after-display-system-init + (load-theme theme-name t))))) (defun spacemacs/cycle-spacemacs-theme (&optional backward) "Cycle through themes defined in `dotspacemacs-themes'.