update stuff
This commit is contained in:
parent
e5b97afe11
commit
e38b71cca9
4 changed files with 9 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -11,3 +11,4 @@
|
|||
(package! gruvbox-theme)
|
||||
(package! org-pomodoro)
|
||||
(package! doom-themes)
|
||||
(package! prettier-js)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue