Skip to content

Commit

Permalink
* core/core-themes-support.el: Remove unnecessary "eval"
Browse files Browse the repository at this point in the history
  • Loading branch information
sunlin7 authored and smile13241324 committed Jan 19, 2025
1 parent f839a49 commit 360886c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/core-themes-support.el
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit 360886c

Please sign in to comment.