From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:41520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8M0V-0003RC-9r for guix-patches@gnu.org; Mon, 25 Mar 2019 05:35:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8M0U-0008F0-DD for guix-patches@gnu.org; Mon, 25 Mar 2019 05:35:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43971) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h8M0U-0008Es-7x for guix-patches@gnu.org; Mon, 25 Mar 2019 05:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h8M0U-0007qb-3a for guix-patches@gnu.org; Mon, 25 Mar 2019 05:35:02 -0400 Subject: bug#34960: [PATCH] Add emacs-company-lsp Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Mon, 25 Mar 2019 10:34:05 +0100 In-Reply-To: (Brian Leung's message of "Sun, 24 Mar 2019 01:05:40 +0100") Message-ID: <875zs7z4aa.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: Brian Leung Cc: 34960-done@debbugs.gnu.org Hi Brian, Brian Leung skribis: > From 7f03400fc67687b83ec24c3fa7b256f2038382a3 Mon Sep 17 00:00:00 2001 > From: Brian Leung > Date: Sun, 24 Mar 2019 00:40:47 +0100 > Subject: [PATCH] gnu: Add emacs-company-lsp. > To: guix-patches@gnu.org > > * gnu/packages/emacs-xyz.scm (emacs-company-lsp): New variable. Applied, thanks! Ludo=E2=80=99.