summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 0ebf383..712d7b9 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -406,6 +406,7 @@
"C mode for people with taste."
(require 'smarttabs)
(auto-fill-mode 1)
+ (abbrev-mode -1)
(set-fill-column 79)
(setq tab-width 4)
(setq indent-tabs-mode t)