ipme/.dir-locals.el
2023-11-13 15:34:50 -05:00

7 lines
215 B
EmacsLisp

(
;; Set a project name.
(nil . ((projectile-project-name . "Ipify")))
;; Disable ts-ls so that it falls back to deno-ls as the TypeScript language server.
(typescript-mode . ((lsp-disabled-clients . (ts-ls))))
)