aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spacemacs.el6
1 files changed, 5 insertions, 1 deletions
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 ()