mirror of https://github.com/GNOME/gimp.git
.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:
parent
9b8009d8c7
commit
451f0b5c78
|
@ -1,3 +1,3 @@
|
||||||
((c-mode . ((c-file-style . "GNU")
|
((c-mode . ((c-file-style . "GNU")
|
||||||
(c-basic-offset . 2)
|
(c-basic-offset . 2)
|
||||||
(indent-tabs-mode t))))
|
(indent-tabs-mode . nil))))
|
||||||
|
|
Loading…
Reference in New Issue