aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
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)