diff options
Diffstat (limited to 'emacs/guix-external.el')
-rw-r--r-- | emacs/guix-external.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs/guix-external.el b/emacs/guix-external.el index cf4bd26ac7..c80b36343d 100644 --- a/emacs/guix-external.el +++ b/emacs/guix-external.el @@ -29,6 +29,17 @@ "Settings for external programs." :group 'guix) +(defcustom guix-guile-program guix-config-guile-program + "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." + :type 'string + :group 'guix-external) + (defcustom guix-dot-program (if (file-name-absolute-p guix-config-dot-program) guix-config-dot-program |