jwiegley / use-package

A use-package declaration for simplifying your .emacs
https://jwiegley.github.io/use-package
GNU General Public License v3.0
4.42k stars 260 forks source link

Allow leading doc-strings when (re-)defining faces via :custom-face #1065

Open antler5 opened 11 months ago

antler5 commented 11 months ago

Requires such doc-strings to be typed as literal strings at compile-time -- no (concat [...]) forms.

Just a piece of my personal config for postarity.

Includes updates to the README, manual, and tests, though I left it unspoken that the string must be a literal.

I like #1048 too, I think that checks out.