summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-company.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] company updateFranck Cuny2019-08-021-1/+7
| | | | add a few more variables for that module
* [emacs] improve support for goFranck Cuny2019-07-291-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-modeFranck Cuny2019-07-261-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.