From 451f0b5c7816b060d7d013cc1b70b2fcdd96fa89 Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 24 Aug 2016 16:03:20 +0200 Subject: [PATCH] .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. --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 4fce4d716a..fd83da2315 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,3 +1,3 @@ ((c-mode . ((c-file-style . "GNU") (c-basic-offset . 2) - (indent-tabs-mode t)))) + (indent-tabs-mode . nil))))