mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Let editorconfig-emacs handle tab settings/delete-trailing-ws
This commit is contained in:
@@ -4,10 +4,7 @@
|
||||
:mode "\\.go$"
|
||||
:interpreter "go"
|
||||
:init
|
||||
(add-hook! go-mode '(emr-initialize
|
||||
narf|flycheck-enable-maybe
|
||||
narf|enable-tabs
|
||||
narf|enable-tab-width-4))
|
||||
(add-hook! go-mode '(emr-initialize narf|flycheck-enable-maybe))
|
||||
:config
|
||||
(define-builder! go-mode "go build")
|
||||
|
||||
|
Reference in New Issue
Block a user