From b7eaff30cd24d45d87f0ea45431499981e075e16 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 23 Jun 2015 00:42:35 +0100 Subject: [PATCH] Set tab-width in sh-mode --- mode-customizations/sh-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mode-customizations/sh-mode.el b/mode-customizations/sh-mode.el index 617bc93..3577ce2 100644 --- a/mode-customizations/sh-mode.el +++ b/mode-customizations/sh-mode.el @@ -15,6 +15,7 @@ (subword-mode) (setq sh-basic-offset 2) (setq sh-indentation 2) + (setq tab-width 2) (setq highlight-indentation-offset 2) (setq whitespace-action (quote (auto-cleanup))) (highlight-indentation-mode)