From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: vim modelines for guix repository Date: Sat, 22 Oct 2016 21:31:33 +0000 Message-ID: <8737jooytm.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1by3tV-0001xD-5k for guix-devel@gnu.org; Sat, 22 Oct 2016 17:31:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1by3tS-00008t-2D for guix-devel@gnu.org; Sat, 22 Oct 2016 17:31:57 -0400 Received: from aibo.runbox.com ([91.220.196.211]:33494) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1by3tR-00008U-S9 for guix-devel@gnu.org; Sat, 22 Oct 2016 17:31:53 -0400 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1by3tP-0000a3-3q for guix-devel@gnu.org; Sat, 22 Oct 2016 23:31:51 +0200 Received: from x5d83e12f.dyn.telefonica.de ([93.131.225.47] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1by3tD-0001qB-Rg for guix-devel@gnu.org; Sat, 22 Oct 2016 23:31:40 +0200 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Occasionally I use vim on systems to work on guix and other projects. As far as I see it, there is nothing similar to .dir-locals.el (the per directory local variables in emacs) for vim. We should include modelines for every file to reflect what .dir-locals.el does when you use emacs. It's probably an unpopular opinion, but I think we should do this to be more open to people who do not use emacs. Support for vim and emacs covers most editors which are there to support.