website/.dir-locals.el

7 lines
244 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))))
)