diff --git a/docs/contributor/development-environment.md b/docs/contributor/development-environment.md index db431ec1..6ac0211e 100644 --- a/docs/contributor/development-environment.md +++ b/docs/contributor/development-environment.md @@ -33,7 +33,6 @@ Regardless of your choice of LSP client, you'll need to add: ```elisp (require 'go-mode) -(require 'go-mode-load) ``` If you would like a full list of the features of go-mode, have a look at [this blogpost by it's creator](https://honnef.co/articles/writing-go-in-emacs/).