From 49930dad0e6c2f92c6a874065e421c1f3a6c8bf9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 23 Mar 2012 18:36:36 +0000 Subject: [PATCH] Set tab-width to 4 for Makefiles specifically --- mode-customizations/makefile-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mode-customizations/makefile-mode.el b/mode-customizations/makefile-mode.el index 2b0e37d..5a78611 100644 --- a/mode-customizations/makefile-mode.el +++ b/mode-customizations/makefile-mode.el @@ -3,4 +3,5 @@ (flyspell-prog-mode) (linum-mode t) (fci-mode) + (setq tab-width 4) (highlight-indentation-mode)))