From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59742) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTBJI-0008R5-FN for guix-patches@gnu.org; Mon, 27 Apr 2020 17:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTBJH-0001qL-B0 for guix-patches@gnu.org; Mon, 27 Apr 2020 17:29:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54948) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jTBJG-0001q3-V9 for guix-patches@gnu.org; Mon, 27 Apr 2020 17:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jTBJG-00014G-SU for guix-patches@gnu.org; Mon, 27 Apr 2020 17:29:02 -0400 Subject: bug#40785: guix: edit: Make nano the default editor. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200422205850.518dbe3e.raghavgururajan@disroot.org> Date: Mon, 27 Apr 2020 23:28:02 +0200 In-Reply-To: <20200422205850.518dbe3e.raghavgururajan@disroot.org> (Raghav Gururajan's message of "Wed, 22 Apr 2020 20:58:50 -0400") Message-ID: <87sggovct9.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Raghav Gururajan Cc: 40785-done@debbugs.gnu.org Hi, Raghav Gururajan skribis: >>>From c0770e600823315dddb6a6c273e461c98195622f Mon Sep 17 00:00:00 2001 > From: Raghav Gururajan > Date: Wed, 22 Apr 2020 20:55:40 -0400 > Subject: [PATCH] guix: edit: Make nano the default editor. > > * guix/scripts/edit.scm: Make nano the default editor. > > Nano is sensible default, as it is installed by base system. > For development, user can set custom value for $EDITOR. Applied, thanks! Ludo=E2=80=99.