summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 27fbd5b..b9b4d36 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -377,7 +377,7 @@
(defun my-c-mode-common-hook ()
"C mode for people with taste."
- (require 'smarttabs)
+ (require 'smart-tabs-mode)
(auto-fill-mode 1)
(abbrev-mode -1)
(set-fill-column 79)