diff --git a/modules/doom/static/config.el b/modules/doom/static/config.el index e755c6c..b6075e0 100644 --- a/modules/doom/static/config.el +++ b/modules/doom/static/config.el @@ -120,6 +120,10 @@ (add-hook! 'svelte-ts-mode-hook (setq-local lsp-format-buffer-on-save t))) +(after! typescript-ts-mode + (add-hook! 'typescript-ts-mode-hook + (setq-local lsp-format-buffer-on-save t))) + (after! auctex (add-hook! 'LaTeX-mode-hook 'lsp) (map! :map LaTeX-mode-map