Closed ianyepan closed 3 years ago
inherits work for me
:custom-face
(ivy-current-match ((t (:inherit 'hl-line))))
It's even possible to inherit from itself
@a13 Very weird.. I did it your way and when I inspect the face of ivy-current-match
with counsel-face
, I get 'hl-line
under the Inherit
property. So far so good, but when I click on the 'hl-line
value of the property it brings me to a help buffer of an undefined face. Removing the quote in front of 'hl-line
makes little difference. It still gives me an undefined face.
'hl-line
Issue solved, probably due to an early bug that is now fixed.
This seems to be a long standing problem, that is, not being able to use the inherit attribute in the custom-face macro.
One example would be, instead of this:
I'd like to write this:
Is this possible?