[gimp] .dir-locals.el: fixing (hopefully) the emacs config file.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] .dir-locals.el: fixing (hopefully) the emacs config file.
- Date: Wed, 24 Aug 2016 14:07:26 +0000 (UTC)
commit 451f0b5c7816b060d7d013cc1b70b2fcdd96fa89
Author: Jehan <jehan girinstud io>
Date: Wed Aug 24 16:03:20 2016 +0200
.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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/.dir-locals.el b/.dir-locals.el
index 4fce4d7..fd83da2 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))))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]