0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-24 18:09:26 -05:00

Added a link to a blog post about the emacs go mode.

This commit is contained in:
Daniel Mowitz 2024-09-14 15:18:14 +02:00 committed by Gusted
parent 9c6b25dbf3
commit e11f4a3f88

View file

@ -36,6 +36,8 @@ Regardless of your choice of LSP client, you'll need to add:
(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:
```elisp