diff options
author | Glenn Morris <rgm@gnu.org> | 2009-01-09 05:05:28 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-01-09 05:05:28 +0000 |
commit | 05453c9d02d2f8aaa6ece3b3b186c29500530bdd (patch) | |
tree | b6a144fc0797bfa05e96d03eddcf70ac845f2041 /.dir-locals.el | |
parent | 1e4bd40da283e6bbd9f501b7fcbc748353173f41 (diff) | |
download | emacs-05453c9d02d2f8aaa6ece3b3b186c29500530bdd.tar.gz |
Don't set indent-tabs-mode.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 3ce2eb29f9d..cad402f44da 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,5 +1,4 @@ -((nil . ((indent-tabs-mode . t) - (tab-width . 8) +((nil . ((tab-width . 8) (fill-column . 70))) (c-mode . ((c-file-style . "GNU"))) (change-log-mode . ((add-log-time-zone-rule . t) |