Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

antler5
Copy link

@antler5 antler5 commented Dec 12, 2023

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.

Requires such doc-strings to be typed as literal strings at
compile-time -- no `(concat [...])' forms.
* use-package-core.el(use-package-normalize/:custom-face):
    Type-check `spec-type` at compile time.

Fun fact: `(symbolp '()) ; => t`!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant