mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-23 17:59:25 -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
|
||||
(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/).
|
||||
|
|
Loading…
Reference in a new issue