Set project name in .dir-locals.el
This commit is contained in:
parent
6b0813a6f7
commit
a1cf13de70
1 changed files with 5 additions and 1 deletions
|
@ -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))))
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue