Malabarba / smart-mode-line

A powerful and beautiful mode-line for Emacs.
903 stars 54 forks source link

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

Open baudilio opened 1 month ago

baudilio commented 1 month ago

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 commented 1 month ago

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