summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorAustin Clements <[email protected]>2011-09-05 15:22:16 -0400
committerAustin Clements <[email protected]>2011-09-05 15:22:16 -0400
commit79bc8be8de903ff69deb01a3945e52effda5436d (patch)
treec5fd140388000274e144b2803d48b08d6d0248c5 /.dir-locals.el
parentb1c66ca8992fabe1ae091ef20013e3e6f50a6016 (diff)
downloadxv6-labs-79bc8be8de903ff69deb01a3945e52effda5436d.tar.gz
xv6-labs-79bc8be8de903ff69deb01a3945e52effda5436d.tar.bz2
xv6-labs-79bc8be8de903ff69deb01a3945e52effda5436d.zip
Setting indent-tabs-mode nil everywhere is dangerous
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 83f1ad4..da72247 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,5 +1,4 @@
-((nil
- (indent-tabs-mode . nil))
- (c-mode
+((c-mode
+ (indent-tabs-mode . nil)
(c-file-style . "bsd")
(c-basic-offset . 2)))