From 666e4da08a1919a51c4c73c489f178929250af20 Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 13 Dec 2024 19:19:35 +0100 Subject: [PATCH] Fix customize interface for eglot-semantic-token-faces --- eglot-semantic-tokens.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eglot-semantic-tokens.el b/eglot-semantic-tokens.el index b04fab6..5581baf 100644 --- a/eglot-semantic-tokens.el +++ b/eglot-semantic-tokens.el @@ -103,7 +103,7 @@ the server doesn't support it." "Alist of faces to use to highlight semantic tokens. Each element is a cons cell whose car is a token type name and cdr is the face to use." - :type '(alist :key-type (string :tag "Token name") + :type `(alist :key-type (string :tag "Token name") :value-type (choice (face :tag "Face") (plist :tag "Face Attributes" :key-type