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

Unquote the word 'unspecified' in smart-mode-line-respectful-theme.el, line 41. #265

Open
baudilio opened this issue Sep 29, 2024 · 1 comment

Comments

@baudilio
Copy link

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))))

@baudilio
Copy link
Author

baudilio commented Oct 7, 2024

Actually, all instances of "unspecified" in the code files should be unquoted.

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

No branches or pull requests

1 participant