Update bundle package
This commit is contained in:
parent
020e5e0e6f
commit
62660ca537
1 changed files with 11 additions and 2 deletions
|
@ -70,7 +70,15 @@ There are two things you can do about this warning:
|
|||
(c-mode . eglot-ensure)
|
||||
(js-mode . eglot-ensure)
|
||||
(typescript-mode . eglot-ensure)
|
||||
(rust-mode . eglot-ensure)))
|
||||
(rust-mode . eglot-ensure)
|
||||
(go-mode-hook . eglot-ensure)))
|
||||
|
||||
(use-package ob-rust)
|
||||
|
||||
(use-package go-mode
|
||||
:hook ('before-save-hook . #'gofmt-before-save))
|
||||
|
||||
(use-package ob-go)
|
||||
|
||||
(use-package web-mode
|
||||
:mode "\\.html?\\'"
|
||||
|
@ -159,7 +167,8 @@ There are two things you can do about this warning:
|
|||
(calc . t)
|
||||
(plantuml . t)
|
||||
(C . t)
|
||||
(dot . t)))))
|
||||
(dot . t)
|
||||
(go . t)))))
|
||||
|
||||
|
||||
(use-package helpful
|
||||
|
|
Loading…
Add table
Reference in a new issue