diff options
Diffstat (limited to '')
-rw-r--r-- | .emacs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |