This commit is contained in:
Henrik Lissner 2015-10-08 01:48:47 -04:00
parent f9c19b549d
commit 27f7fae118
5 changed files with 32 additions and 38 deletions

View file

@ -4,7 +4,7 @@
:mode "\\.go$"
:interpreter "go"
:init
(add-hook! go-mode '(emr-initialize flycheck-mode))
(add-hook! go-mode '(emr-initialize flycheck-mode narf|enable-tabs narf|enable-tab-width-4))
:config
(define-builder! go-mode "go build")
(bind! :map go-mode-map