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
Hello.
The keyword unspecified in line 41 of file smart-mode-line-respectful-theme.el should be unquoted. That is,
unspecified
'(sml/modes ((t :foreground "unspecified" :inherit sml/filename :weight normal))))
to read
'(sml/modes ((t :foreground unspecified :inherit sml/filename :weight normal))))
The text was updated successfully, but these errors were encountered:
Actually, all instances of "unspecified" in the code files should be unquoted.
"unspecified"
Sorry, something went wrong.
No branches or pull requests
Hello.
The keyword
unspecified
in line 41 of file smart-mode-line-respectful-theme.el should be unquoted. That is,'(sml/modes ((t :foreground "unspecified" :inherit sml/filename :weight normal))))
to read
'(sml/modes ((t :foreground unspecified :inherit sml/filename :weight normal))))
The text was updated successfully, but these errors were encountered: