From 67c52326a375ba70f7b65fbb054a62f1a049a36c Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sun, 19 Jan 2014 19:22:32 -0500 Subject: [PATCH] make sure c is set to 4 spaces --- emacs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs b/emacs index e8dd625..4b7f1ca 100644 --- a/emacs +++ b/emacs @@ -30,6 +30,10 @@ ;dont use tabs! (setq-default indent-tabs-mode nil) +(setq-default c-basic-offset 4 + tab-width 4 + indent-tabs-mode nil) + ;auto-indent (define-key global-map (kbd "RET") 'newline-and-indent)