.dir-locals.el: fixing (hopefully) the emacs config file.

Not tested, but I am told that should fix the warning asking for input
at each buffer opening. Thanks to Roman Lebedev for the fix.
This commit is contained in:
Jehan 2016-08-24 16:03:20 +02:00
parent 9b8009d8c7
commit 451f0b5c78
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
((c-mode . ((c-file-style . "GNU")
(c-basic-offset . 2)
(indent-tabs-mode t))))
(indent-tabs-mode . nil))))