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:
parent
e11f4a3f88
commit
4bf0ad1856
1 changed files with 0 additions and 1 deletions
|
@ -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/).
|
||||||
|
|
Loading…
Add table
Reference in a new issue