Update packages
This commit is contained in:
parent
9e2c9f90f6
commit
44e70e63e3
1 changed files with 1 additions and 4 deletions
|
@ -111,9 +111,6 @@
|
||||||
(use-package rust-mode
|
(use-package rust-mode
|
||||||
:hook (rust . eglot-ensure))
|
:hook (rust . eglot-ensure))
|
||||||
|
|
||||||
(use-package js
|
|
||||||
:hook (js . eglot-ensure))
|
|
||||||
|
|
||||||
(use-package typescript-mode
|
(use-package typescript-mode
|
||||||
:hook (typescript . eglot-ensure))
|
:hook (typescript . eglot-ensure))
|
||||||
|
|
||||||
|
@ -123,7 +120,7 @@
|
||||||
(use-package ob-typescript)
|
(use-package ob-typescript)
|
||||||
|
|
||||||
(use-package web-mode
|
(use-package web-mode
|
||||||
:hook html-mode
|
;; :hook html-mode
|
||||||
:mode "\\.html?\\'"
|
:mode "\\.html?\\'"
|
||||||
:custom
|
:custom
|
||||||
(web-mode-markup-indent-offset 2)
|
(web-mode-markup-indent-offset 2)
|
||||||
|
|
Loading…
Add table
Reference in a new issue