Skip to content

Commit

Permalink
fix: actually evaluate doom-modeline-face
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhuxford authored and seagle0128 committed Dec 25, 2024
1 parent 9864471 commit 9d6f0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doom-modeline-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ If INACTIVE-FACE is nil, `mode-line-inactive' face will be used."
(defun doom-modeline-spc-face ()
"Apply `doom-modeline-spc-face-overrides' to `doom-modeline-face'."
(append
'(:inherit (doom-modeline-face))
`(:inherit ,(doom-modeline-face))
doom-modeline-spc-face-overrides))

(defun doom-modeline-string-pixel-width (str)
Expand Down

0 comments on commit 9d6f0f9

Please sign in to comment.