0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-02-08 04:26:39 -05:00

Removed a line of configuration that turned out to be redundant.

This commit is contained in:
Daniel Mowitz 2024-09-14 18:12:47 +02:00 committed by Gusted
parent e11f4a3f88
commit 4bf0ad1856

View file

@ -33,7 +33,6 @@ Regardless of your choice of LSP client, you'll need to add:
```elisp ```elisp
(require 'go-mode) (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/). 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/).