diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index de538dd4..eba40e8c 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -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