Set project name in .dir-locals.el

This commit is contained in:
Foster Hangdaan 2023-10-09 11:28:19 -04:00
parent 6b0813a6f7
commit a1cf13de70
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -1,2 +1,6 @@
(
;; Set a project name.
(nil . ((projectile-project-name . "Foster Hangdaan's Website and Blog")))
;; Disable ts-ls so that it falls back to deno-ls as the TypeScript language server.
((typescript-mode . ((lsp-disabled-clients . (ts-ls)))))
(typescript-mode . ((lsp-disabled-clients . (ts-ls))))
)