update stuff

This commit is contained in:
mokou 2021-11-17 09:26:57 +01:00
parent e5b97afe11
commit e38b71cca9
4 changed files with 9 additions and 2 deletions

View file

@ -30,6 +30,11 @@
(after! lsp-mode
(setq lsp-ui-sideline-show-code-actions nil))
;; Enable prettier in RJSX-mode
(add-hook 'rjsx-mode-hook 'prettier-js-mode)
(add-hook 'typescript-mode-hook 'prettier-js-mode)
(add-hook 'typescript-tsx-mode-hook 'prettier-js-mode)
;; Make Monky communicate via cmdserver
(setq monky-process-type 'cmdserver)