From c74cd6cc12b495a8f4142bffbfe5634090f050f4 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Thu, 23 Jul 2015 10:10:47 +0300 Subject: emacs: Move guile related code to "guix-guile.el". * emacs/guix-backend.el (guix-make-guile-expression): Move to... * emacs/guix-guile.el: ... here. New file. * emacs/guix-base.el: Use it. * emacs/guix-command.el: Use it. * emacs.am (ELFILES): Add it. --- emacs/guix-command.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/guix-command.el') diff --git a/emacs/guix-command.el b/emacs/guix-command.el index 6fdfb93981..504d5f7ca0 100644 --- a/emacs/guix-command.el +++ b/emacs/guix-command.el @@ -65,6 +65,7 @@ (require 'guix-help-vars) (require 'guix-read) (require 'guix-base) +(require 'guix-guile) (require 'guix-external) (defgroup guix-commands nil -- cgit v1.2.3