Skip to content

Commit

Permalink
fix: invalid face in hydra title
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Nov 11, 2024
1 parent c3fdf6f commit 133524c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-hydra.el
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
(cl-defun pretty-hydra-title (title &optional icon-type icon-name
&key face height v-adjust)
"Add an icon in the hydra title."
(let ((face (or face `(:inherit highlight :reverse-video t)))
(let ((face (or face 'mode-line-emphasis))
(height (or height 1.2))
(v-adjust (or v-adjust 0.0)))
(concat
Expand Down

0 comments on commit 133524c

Please sign in to comment.