rougier / svg-tag-mode

A minor mode for Emacs that replace keywords with nice SVG labels
GNU General Public License v3.0
496 stars 28 forks source link

Allow :face property of svg-tag-make to be a string #40

Closed shankar2k closed 1 year ago

shankar2k commented 1 year ago

This modification allows, for completeness, for the :face property of svg-tag-make to be a string. That string is assumed to be the value of the :foreground attribute. This modification allows one to use all the possible values of faces specified in org-todo-keyword-faces.

rougier commented 1 year ago

Perfect, thanks!