We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ie: if I say:
(text-mode read nil)
I also have to say:
(markdown-mode read nil)
Is this on purpose?
The text was updated successfully, but these errors were encountered:
Wcheck mode doesn't know about inheritance. It checks the mode name symbol only.
Sorry, something went wrong.
Alternative way to do
(text-mode read nil) (markdown-mode read nil)
is this:
((text-mode markdown-mode) read nil)
No branches or pull requests
ie: if I say:
I also have to say:
Is this on purpose?
The text was updated successfully, but these errors were encountered: