projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb0d7ca
)
Force indent-tabs-mode only for Scheme files.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 4 Dec 2019 07:11:44 +0000
(23:11 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 9 Dec 2019 09:49:28 +0000
(
01:49
-0800)
.dir-locals.el
patch
|
blob
|
history
diff --git
a/.dir-locals.el
b/.dir-locals.el
index 1334eb609f43880d26f53761516aecac830eea07..99bee353022c6846c6a379d9af77b8c5d5df9e2a 100644
(file)
--- a/
.dir-locals.el
+++ b/
.dir-locals.el
@@
-1,6
+1,6
@@
-((nil (indent-tabs-mode . t))
- (scheme-mode (cph-page-minimum . 50)
+((scheme-mode (cph-page-minimum . 50)
(cph-page-maximum . 80)
(cph-line-length . 80)
(whitespace-line-column . 80)
- (fill-column . 80)))
+ (fill-column . 80)
+ (indent-tabs-mode . t)))