From 045b510d407cec65ffe6138e60431229628828f8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 28 Jul 2016 15:12:27 -0700 Subject: [emacs] Set indentation width to 4 for go-mode. Closes #11. --- emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs.d') diff --git a/emacs.d/init.el b/emacs.d/init.el index d10f3a4..8b9ba13 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -252,6 +252,7 @@ Return the new window for BUFFER." (add-hook 'go-mode-hook (lambda () (go-eldoc-setup) + (setq tab-width 4) (add-hook 'before-save-hook 'gofmt-before-save))) ;; configuration for markdown -- cgit 1.4.1