diff --git a/mode-customizations/go-mode.el b/mode-customizations/go-mode.el index d0e3467..89bd87d 100644 --- a/mode-customizations/go-mode.el +++ b/mode-customizations/go-mode.el @@ -7,10 +7,7 @@ (auto-complete-mode) (whitespace-mode) (subword-mode) - (setq tab-width 4) - (setq highlight-indentation-offset 4) - (highlight-indentation-mode) - (highlight-indentation-current-column-mode)) + (setq tab-width 4)) (add-hook 'go-mode-hook 'customizations-for-go-mode) (add-hook 'before-save-hook #'gofmt-before-save)