Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [emacs] improve support for go | Franck Cuny | 2019-07-29 | 1 | -7/+0 |
| | | | | | | | | move the requirement for `company-go` to the module for go. rework the configuration for hydra, to make it a little bit easier. force length of comments to 80 characters per line. | ||||
* | [emacs] improve support for go-mode | Franck Cuny | 2019-07-26 | 1 | -0/+12 |
improve the support to write go code. adding hydra to don't have to remember all the commands i want to use with `go-guru`, and add `gotest` to run tests directly from emacs. add `company-go` for code completion. will likely add more commands to hydra as i go. |