emacs-lsp / lsp-metals

lsp-mode :heart: metals
https://emacs-lsp.github.io/lsp-metals
GNU General Public License v3.0
58 stars 34 forks source link

Remove needless quote #76

Closed syohex closed 1 year ago

syohex commented 1 year ago

They are already quoted so they mean ''Metals-light and ''Metals-dark. It is wrong.

Development Emacs warns this as byte-compile warnings as below.

lsp-metals-treeview.el:82:12: Warning: defcustom for
    ‘lsp-metals-treeview-theme’ has syntactically odd type ‘'(choice (const
    :tag Light 'Metals-light) (const :tag Dark 'Metals-dark))’
kurnevsky commented 1 year ago

Thanks!