helm-system-packages
helm-system-packages copied to clipboard
Support multiple face attributes for pacman's local packages
With pacman, local packages can be explicitly installed, dependencies or even orphans. I'd like to combine the attributes of the local face and the (explicit|dependency|orphan) face.
I'm not sure how to do it however. @thierryvolpiatto ?
Pierre Neidhardt [email protected] writes:
With pacman, local packages can be explicitly installed, dependencies or even orphans. I'd like to combine the attributes of the local face and the (explicit|dependency|orphan) face.
I'm not sure how to do it however. @thierryvolpiatto ?
Please send the coresponding part of code, I have not the time to fully
read your code actually, apparently what you need is
add-face-text-property
which is more powerful than
add-text-properties
with face attr.
-- Thierry