ipme/.dir-locals.el

7 lines
214 B
EmacsLisp
Raw Permalink Normal View History

2023-11-13 15:34:50 -05:00
(
;; Set a project name.
2023-11-13 18:04:39 -05:00
(nil . ((projectile-project-name . "IpMe")))
2023-11-13 15:34:50 -05:00
;; Disable ts-ls so that it falls back to deno-ls as the TypeScript language server.
(typescript-mode . ((lsp-disabled-clients . (ts-ls))))
)