Configure typescript-mode
This commit is contained in:
parent
644f10963b
commit
13f00fb90d
@ -52,4 +52,10 @@
|
||||
"C-c C-k" #'js-send-buffer
|
||||
"C-c M-z" #'js-send-buffer-and-go))
|
||||
|
||||
(use-package typescript-mode
|
||||
:config
|
||||
(add-hook 'typescript-mode-hook #'lsp-deferred)
|
||||
:custom
|
||||
(typescript-indent-level 2))
|
||||
|
||||
(provide 'init-js)
|
||||
|
Loading…
Reference in New Issue
Block a user