summaryrefslogtreecommitdiffstats
path: root/lisp/init-go-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Remove company-modeMartin Polden2016-04-141-5/+0
* Replace define-key with :bind where possibleMartin Polden2016-02-261-2/+4
* Cleanup go-mode configMartin Polden2016-02-261-31/+29
* Use use-packageMartin Polden2016-02-251-28/+26
* Add company-modeMartin Polden2016-01-161-0/+7
* Revert "Add function for setting GOPATH"Martin Polden2015-04-071-12/+0
* Use goimports if availableMartin Polden2015-04-061-0/+4
* Set fill-column to 120 in go-modeMartin Polden2015-04-061-0/+2
* Run gofmt before saving fileMartin Polden2015-02-251-0/+3
* Add function for setting GOPATHMartin Polden2014-08-241-0/+12
* Explicitly concat var and func with dotMartin Polden2014-07-261-1/+3
* go-func-meth-regexp also matches regular functionsMartin Polden2014-07-251-6/+5
* Add go-mode-create-imenu-indexMartin Polden2014-07-251-5/+27
* No need to call set-loqal twiceMartin Polden2014-07-251-8/+4
* Fix go-mode imenu expressionsMartin Polden2014-07-251-0/+5
* Revert "Only set imenu-generic-expression if already set"Martin Polden2014-07-251-4/+3
* Only set imenu-generic-expression if already setMartin Polden2014-07-091-3/+4
* Use flat imenu index in go-modeMartin Polden2014-07-091-1/+5
* Add keybinding for running gofmtMartin Polden2014-06-281-1/+6
* Let go-mode decide tab styleMartin Polden2014-05-171-7/+0
* Set tab-width in go-modeMartin Polden2014-03-281-1/+4
* Do not set tab-width globallyMartin Polden2014-03-241-6/+1
* IndentMartin Polden2014-03-181-3/+3
* Fix require-package in init-go-modeMartin Polden2014-03-171-1/+1
* Use soft tabs in go-modeMartin Polden2014-03-141-0/+8
* Split up config into multiple filesMartin Polden2014-03-141-0/+7