From 64fe2520f030f98cbb8d3cb97cfa2cfc8ebe4b98 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 22 Jul 2018 08:16:06 -0300 Subject: Add guix repo to geiser load-path --- spacemacs.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'spacemacs.el') diff --git a/spacemacs.el b/spacemacs.el index 71df0bf..9a5ea97 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -733,7 +733,11 @@ This is the place where most of your configurations should be done. Unless it is ;; matrix-client-el (add-to-list 'load-path (expand-file-name "~/tmp/matrix-client-el")) - (require 'matrix-client) + ;; (require 'matrix-client) + + (require 'geiser-guile) + (with-eval-after-load 'geiser-guile + (add-to-list 'geiser-guile-load-path "~/dev/guix/guix")) t) (defun dotspacemacs/emacs-custom-settings () -- cgit v1.2.3