website/.dir-locals.el

8 lines
304 B
EmacsLisp
Raw Normal View History

2023-10-09 11:28:19 -04:00
(
;; Set a project name.
(nil . ((projectile-project-name . "Foster Hangdaan's Website and Blog")))
2023-08-06 16:45:02 -04:00
;; Disable ts-ls so that it falls back to deno-ls as the TypeScript language server.
2023-10-09 11:28:19 -04:00
(typescript-mode . ((lsp-disabled-clients . (ts-ls))))
2024-03-05 18:24:39 -05:00
(typescript-tsx-mode . ((lsp-disabled-clients . (ts-ls))))
2023-10-09 11:28:19 -04:00
)