Skip to content

Commit ef50aa7

Browse files
authored
Fix lsp-disabled-clients type mismatch (#2007)
1 parent edb8119 commit ef50aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ This option can also be used as a file or directory local variable to
434434
disable a language server for individual files or directories/projects
435435
respectively."
436436
:group 'lsp-mode
437-
:type 'list
437+
:type '(repeat (symbol))
438438
:safe 'listp
439439
:package-version '(lsp-mode . "6.1"))
440440

0 commit comments

Comments
 (0)