emacs-lsp / lsp-metals

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

Remove needless quote #76

Closed syohex closed 2 years ago

syohex commented 2 years 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 2 years ago

Thanks!