6 lines
244 B
EmacsLisp
6 lines
244 B
EmacsLisp
(
|
|
;; 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))))
|
|
)
|