From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 2/4] emacs: Find Emacs packages in a system profile. Date: Fri, 5 Feb 2016 15:13:45 +0300 Message-ID: <1454674427-6963-3-git-send-email-alezost@gmail.com> References: <1454674427-6963-1-git-send-email-alezost@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59566) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRfHW-0000do-Ra for guix-devel@gnu.org; Fri, 05 Feb 2016 07:14:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRfHR-0003go-04 for guix-devel@gnu.org; Fri, 05 Feb 2016 07:14:34 -0500 Received: from mail-lf0-x241.google.com ([2a00:1450:4010:c07::241]:35309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRfHQ-0003gP-Nz for guix-devel@gnu.org; Fri, 05 Feb 2016 07:14:28 -0500 Received: by mail-lf0-x241.google.com with SMTP id j99so2775230lfi.2 for ; Fri, 05 Feb 2016 04:14:28 -0800 (PST) Received: from localhost.localdomain ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id zk9sm2241314lbb.3.2016.02.05.04.14.27 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 05 Feb 2016 04:14:27 -0800 (PST) In-Reply-To: <1454674427-6963-1-git-send-email-alezost@gmail.com> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Fixes . * emacs/guix-emacs.el: Autoload Emacs packages installed in a system profile. --- emacs/guix-emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/guix-emacs.el b/emacs/guix-emacs.el index 5c32f2f..aa8e299 100644 --- a/emacs/guix-emacs.el +++ b/emacs/guix-emacs.el @@ -125,6 +125,7 @@ See `guix-emacs-activate-after-operation' for details." (guix-emacs-autoload-packages guix-current-profile))) (when guix-package-enable-at-startup + (guix-emacs-autoload-packages "/run/current-system/profile") (guix-emacs-autoload-packages guix-user-profile)) (provide 'guix-emacs) -- 2.6.3