Skip to content

Commit

Permalink
go variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert Consellado committed Oct 4, 2018
1 parent 311fadb commit 87623af
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,12 @@ This function should only modify configuration layer settings."
shell-default-shell 'eshell)
(protobuf)
(go :variables
godoc-at-point-function 'godoc-gogetdoc
go-use-gometalinter t
go-use-golangci-lint t
go-backend 'lsp
go-format-before-save t
gofmt-command "goimports"
go-tab-width 4
flycheck-gometalinter-fast t
flycheck-gometalinter-deadline "30s"
flycheck-gometalinter-enable-linters '("testify"
"safesql")
godoc-at-point-function 'godoc-gogetdoc
go-tag-args (list "-transform" "camelcase"))
(rust)
(html :variables
Expand Down

0 comments on commit 87623af

Please sign in to comment.