Update bundle package

This commit is contained in:
Marcus Kammer 2021-04-22 16:06:12 +02:00
parent 020e5e0e6f
commit 62660ca537

View file

@ -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