mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
removed tab indent setting, works w/o it and doesn interfere w/ global
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
:config
|
||||
(setq gofmt-args '("-s"))
|
||||
(setq tab-width 4)
|
||||
(setq indent-tabs-mode 1)
|
||||
;; (setq indent-tabs-mode 1)
|
||||
|
||||
:init
|
||||
(add-hook 'before-save-hook 'gofmt-before-save))
|
||||
|
||||
Reference in New Issue
Block a user