From d5e90f777b05f493a59c5ac078305763b9366e7b Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Fri, 4 Jan 2019 22:07:10 -0600 Subject: emacs: fix indentation used when editing C code --- emacs/.emacs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs') diff --git a/emacs/.emacs b/emacs/.emacs index a20e51b..8769d6f 100644 --- a/emacs/.emacs +++ b/emacs/.emacs @@ -17,6 +17,11 @@ (load-user-file "treemacs.el") (load-user-file "colors.el") +(setq-default c-default-style "linux" + c-basic-offset 4 + tab-width 4 + indent-tabs-mode t) + (custom-set-variables '(package-selected-packages (quote -- cgit v1.2.3