>From 9788f62b319392f261a73704135f36536b1560e0 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Sun, 22 Nov 2015 23:36:39 +0300 Subject: [PATCH] emacs: Expand 'guix-load-path'. Reported by Mathieu Lirzin at . * emacs/guix-backend.el (guix-start-repl): Expand 'guix-load-path' to avoid relative directory name in Guile %load-path. --- emacs/guix-backend.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/guix-backend.el b/emacs/guix-backend.el index e7c158b..82383e4 100644 --- a/emacs/guix-backend.el +++ b/emacs/guix-backend.el @@ -202,7 +202,7 @@ this address (it should be defined by ;; A mix of the code from `geiser-repl--start-repl' and ;; `geiser-repl--to-repl-buffer'. (let ((impl 'guile) - (geiser-guile-load-path (cons guix-load-path + (geiser-guile-load-path (cons (expand-file-name guix-load-path) geiser-guile-load-path)) (geiser-repl-startup-time guix-repl-startup-time)) (with-current-buffer buffer -- 2.6.1