| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
If I understand correctly, this was trying to complete 'words' based
on the rest of the document, which I don't want.
|
|
|
|
|
| |
this is super annoying, it tries to complete strings in comments,
which is not what i need, i only care about completion for the code.
|
|
|
|
| |
add a few more variables for that module
|
|
|
|
|
|
|
|
| |
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.
|
|
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.
|