From: Chris Hanson Date: Sat, 15 Dec 2018 21:48:47 +0000 (-0800) Subject: Set indent-tabs-mode to t in this directory. X-Git-Tag: mit-scheme-pucked-10.1.7~3^2~2 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=21866f3e1d11234d96d1291f73af9e016668abd2;p=mit-scheme.git Set indent-tabs-mode to t in this directory. This has been true historically. I'd like to eventually eliminate the use of tabs in our code base. --- diff --git a/src/.dir-locals.el b/src/.dir-locals.el index c432ef64c..1334eb609 100644 --- a/src/.dir-locals.el +++ b/src/.dir-locals.el @@ -1,4 +1,5 @@ -((scheme-mode (cph-page-minimum . 50) +((nil (indent-tabs-mode . t)) + (scheme-mode (cph-page-minimum . 50) (cph-page-maximum . 80) (cph-line-length . 80) (whitespace-line-column . 80)