From 335d88d488a90155e0264be77cecf4009e222b64 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 6 May 2013 22:08:09 +0900 Subject: [PATCH] change indent style for c --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 6a547cc..ce57dc4 100644 --- a/emacs.el +++ b/emacs.el @@ -834,7 +834,7 @@ found, otherwise returns nil." ;; (setq c-default-style "bsd") (add-hook 'c-mode-common-hook (lambda () - (setq c-basic-offset 2 + (setq c-basic-offset 4 indent-tabs-mode nil) ;; (set-face-foreground 'font-lock-keyword-face "blue") (c-toggle-hungry-state -1)