mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-28 18:42:51 -05:00
Added a link to a blog post about the emacs go mode.
This commit is contained in:
parent
9c6b25dbf3
commit
e11f4a3f88
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ Regardless of your choice of LSP client, you'll need to add:
|
||||||
(require 'go-mode-load)
|
(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/).
|
||||||
|
|
||||||
Then, for lsp-mode, add:
|
Then, for lsp-mode, add:
|
||||||
|
|
||||||
```elisp
|
```elisp
|
||||||
|
|
Loading…
Reference in a new issue