website/.dir-locals.el

3 lines
142 B
EmacsLisp
Raw Normal View History

2023-08-06 16:45:02 -04:00
;; Disable ts-ls so that it falls back to deno-ls as the TypeScript language server.
((typescript-mode . ((lsp-disabled-clients . (ts-ls)))))