mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +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
|
:config
|
||||||
(setq gofmt-args '("-s"))
|
(setq gofmt-args '("-s"))
|
||||||
(setq tab-width 4)
|
(setq tab-width 4)
|
||||||
(setq indent-tabs-mode 1)
|
;; (setq indent-tabs-mode 1)
|
||||||
|
|
||||||
:init
|
:init
|
||||||
(add-hook 'before-save-hook 'gofmt-before-save))
|
(add-hook 'before-save-hook 'gofmt-before-save))
|
||||||
|
|||||||
Reference in New Issue
Block a user