From 7061938fdb7524555a8903af59992ae0645c0480 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Mon, 27 Jul 2015 22:55:28 +0200 Subject: emacs: Fix guix-guile-program default value. Fixes . * emacs/guix-backend.el: Use guix-config. (guix-guile-program): Move to ... * emacs/guix-config.el.in (guix-guile-program): ... here. Use Guile program file name from compile-time instead of depending on PATH. --- emacs/guix-config.el.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'emacs/guix-config.el.in') diff --git a/emacs/guix-config.el.in b/emacs/guix-config.el.in index 8804f72357..16434cecea 100644 --- a/emacs/guix-config.el.in +++ b/emacs/guix-config.el.in @@ -26,6 +26,15 @@ ;; This must match `NIX_STATE_DIR' as defined in `daemon.am'. (or (getenv "NIX_STATE_DIR") "@guix_localstatedir@/guix")) +(defvar guix-guile-program "@GUILE@" + "Name of the guile executable used for Guix REPL. +May be either a string (the name of the executable) or a list of +strings of the form: + + (NAME . ARGS) + +Where ARGS is a list of arguments to the guile program.") + (provide 'guix-config) ;;; guix-config.el ends here -- cgit v1.2.3