aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-03-04 23:28:26 -0500
committerRyan Kavanagh <rak@debian.org>2013-03-11 12:51:05 -0400
commitc1f743c416a6d5763ea54b3b916555b5a0795550 (patch)
tree895de7ab2c5d4ccfc8eadb387505203dca52f0db
parentDeal with remnants of SUBSTS_RM (diff)
Set C indentation style to bsd
Diffstat (limited to '')
-rw-r--r--.emacs3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 45faa0b..ec87308 100644
--- a/.emacs
+++ b/.emacs
@@ -31,6 +31,9 @@
(require 'auto-indent-mode)
(auto-indent-global-mode)
+;;;; CC-mode, bundled with emacs
+(setq c-default-style "bsd")
+
;;;; DICTEM
(require 'dictem)