From 4bf0ad18563010f7bfb2d0a003851954dd7630ec Mon Sep 17 00:00:00 2001 From: Daniel Mowitz Date: Sat, 14 Sep 2024 18:12:47 +0200 Subject: [PATCH] Removed a line of configuration that turned out to be redundant. --- docs/contributor/development-environment.md | 1 - 1 file changed, 1 deletion(-) 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/).